CAF
0.17.6
|
Lifts an atom_value
to a compile-time constant.
More...
#include <atom.hpp>
Public Member Functions | |
constexpr | operator atom_value () const |
Returns the wrapped value. | |
Static Public Member Functions | |
static constexpr uint64_t | uint_value () |
Returns the wrapped value as its base type. | |
static constexpr atom_value | get_value () |
Returns the wrapped value. | |
Static Public Attributes | |
static const atom_constant | value = atom_constant<V>{} |
Returns an instance of this constant (not an atom_value ). | |
Lifts an atom_value
to a compile-time constant.