|
Aerobus v1.2
|
values in i32, again represented as types More...
#include <aerobus.h>
Public Types | |
| using | enclosing_type = i32 |
| Enclosing ring type. | |
| using | is_zero_t = std::bool_constant< x==0 > |
| is value zero | |
Static Public Member Functions | |
| template<typename valueType > | |
| static constexpr DEVICE valueType | get () |
| cast x into valueType | |
| static std::string | to_string () |
| string representation of value | |
Static Public Attributes | |
| static constexpr int32_t | v = x |
| actual value stored in val type | |
values in i32, again represented as types
| x | an actual integer |
| using aerobus::i32::val< x >::enclosing_type = i32 |
Enclosing ring type.
| using aerobus::i32::val< x >::is_zero_t = std::bool_constant<x == 0> |
is value zero
|
inlinestaticconstexpr |
cast x into valueType
| valueType | double for example |
|
inlinestatic |
string representation of value
|
staticconstexpr |
actual value stored in val type