VCCC  2024.05
VisualCamp Common C++ library
subrange_kind.hpp
Go to the documentation of this file.
1 //
2 // Created by yonggyulee on 2024/01/04.
3 //
4 
5 #ifndef VCCC_RANGES_SUBRANGE_KIND_HPP
6 #define VCCC_RANGES_SUBRANGE_KIND_HPP
7 
8 namespace vccc {
9 namespace ranges {
10 
13 
14 enum
15 #if !defined(_MSC_VER) || __cplusplus >= 201703L
16 class
17 #endif
18 subrange_kind : bool {
19  unsized,
20  sized
21 };
22 
24 
25 } // namespace ranges
26 } // namespace vccc
27 
28 #endif // VCCC_RANGES_SUBRANGE_KIND_HPP
subrange_kind
Definition: subrange_kind.hpp:18
Definition: directory.h:12