VCCC
2024.05
VisualCamp Common C++ library
incrementable.hpp
Go to the documentation of this file.
1
//
2
// Created by yonggyulee on 2023/12/25.
3
//
4
5
#ifndef VCCC_ITERATOR_INCREMENTABLE_HPP_
6
#define VCCC_ITERATOR_INCREMENTABLE_HPP_
7
8
#include "
vccc/__concepts/regular.hpp
"
9
#include "
vccc/__iterator/weakly_incrementable.hpp
"
10
11
namespace
vccc
{
12
15
16
template
<
typename
T>
17
struct
incrementable
18
:
conjunction
<
19
regular<T>,
20
weakly_incrementable<T>
21
> {};
22
24
25
}
// namespace vccc
26
27
#endif
// VCCC_ITERATOR_INCREMENTABLE_HPP_
vccc
Definition:
directory.h:12
regular.hpp
vccc::conjunction
Definition:
conjunction.hpp:22
vccc::incrementable
Definition:
incrementable.hpp:21
weakly_incrementable.hpp
include
vccc
__iterator
incrementable.hpp
Generated by
1.9.1