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
vccc::ranges::subrange_kind
subrange_kind
Definition:
subrange_kind.hpp:18
vccc::ranges::subrange_kind::sized
@ sized
vccc::ranges::subrange_kind::unsized
@ unsized
vccc
Definition:
directory.h:12
include
vccc
__ranges
subrange_kind.hpp
Generated by
1.9.1