VCCC  2024.05
VisualCamp Common C++ library
variant_npos.hpp
Go to the documentation of this file.
1 //
2 // Created by YongGyu Lee on 11/3/23.
3 //
4 
5 #ifndef VCCC_VARIANT_VARIANT_NPOS_HPP
6 #define VCCC_VARIANT_VARIANT_NPOS_HPP
7 
8 #include <cstddef>
9 
11 
12 namespace vccc {
13 
16 
17 VCCC_INLINE_OR_STATIC constexpr std::size_t variant_npos = -1;
18 
20 
21 } // namespace vccc
22 
23 #endif // VCCC_VARIANT_VARIANT_NPOS_HPP
constexpr VCCC_INLINE_OR_STATIC std::size_t variant_npos
Definition: variant_npos.hpp:17
#define VCCC_INLINE_OR_STATIC
Definition: inline_or_static.hpp:9
Definition: directory.h:12