Wrapper around size_t for static size_t types used by metaclass and metafunctions in nano.
More...
#include <numeric_types.hpp>
|
static constexpr std::size_t | value = Value |
| Gets the value of the tyoe at compile time. More...
|
|
template<std::size_t Value>
struct nano::size_t< Value >
Wrapper around size_t for static size_t types used by metaclass and metafunctions in nano.
- Template Parameters
-
Value | The value of the size_t type |
template<std::size_t Value>
template<std::size_t Value>
constexpr std::size_t nano::size_t< Value >::runtime_value |
( |
| ) |
const |
|
inline |
Gets the value of the type at runtime.
- Returns
- The value the type is holding
template<std::size_t Value>
Gets the value of the tyoe at compile time.
The documentation for this struct was generated from the following file: