VCCC  2024.05
VisualCamp Common C++ library
default_sentinel_t.hpp
Go to the documentation of this file.
1 //
2 // Created by cosge on 2024-01-03.
3 //
4 
5 #ifndef VCCC_ITERATOR_DEFAULT_SENTINEL_T_HPP
6 #define VCCC_ITERATOR_DEFAULT_SENTINEL_T_HPP
7 
8 #include <type_traits>
9 
11 
12 namespace vccc {
13 
16 
24 
26 
28 
29 } // namespace vccc
30 
31 #endif // VCCC_ITERATOR_DEFAULT_SENTINEL_T_HPP
constexpr VCCC_INLINE_OR_STATIC default_sentinel_t default_sentinel
Definition: default_sentinel_t.hpp:25
#define VCCC_INLINE_OR_STATIC
Definition: inline_or_static.hpp:9
Definition: directory.h:12
Definition: default_sentinel_t.hpp:23