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