#include <literal.h>
Public Types | |
| using | type = T |
Public Member Functions | |
| constexpr | literal (T val=0) |
| Constructor. | |
| constexpr | operator T (void) const |
| Cast to T. | |
Public Attributes | |
| T | value |
| data | |
| using type = T |
|
inlineconstexpr |
Constructor.
|
inlineconstexpr |
Cast to T.
| T value |
data