VCCC  2024.05
VisualCamp Common C++ library
dynamic_extent.hpp
Go to the documentation of this file.
1 //
2 // Created by yonggyulee on 2023/12/30.
3 //
4 
5 #ifndef VCCC_SPAN_DYNAMIC_EXTENT_HPP
6 #define VCCC_SPAN_DYNAMIC_EXTENT_HPP
7 
8 #include <cstddef>
9 #include <limits>
10 
12 
13 namespace vccc {
14 
17 
19 
21 
22 } // namespace vccc
23 
24 #endif // VCCC_SPAN_DYNAMIC_EXTENT_HPP
constexpr VCCC_INLINE_OR_STATIC detail::max_niebloid max
Definition: max.hpp:95
constexpr VCCC_INLINE_OR_STATIC std::size_t dynamic_extent
Definition: dynamic_extent.hpp:18
#define VCCC_INLINE_OR_STATIC
Definition: inline_or_static.hpp:9
Definition: directory.h:12