open-cpp-utils 0.0.1
|
Compile-time constant value. More...
#include <template_utils.h>
Public Types | |
using | type = T |
Public Member Functions | |
constexpr | operator type () const noexcept |
constexpr type | operator() () const |
Static Public Attributes | |
static constexpr type | value = V |
Compile-time constant value.
T | Type |
V | Value |