tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Typedefs | |
using | int_fast16_t = TETL_BUILTIN_INT16 |
Signed integer type with width of at least 16 bits. | |
using | int_fast32_t = TETL_BUILTIN_INT32 |
Signed integer type with width of at least 32 bits. | |
using | int_fast64_t = TETL_BUILTIN_INT64 |
Signed integer type with width of at least 64 bits. | |
using | int_fast8_t = TETL_BUILTIN_INT8 |
Signed integer type with width of at least 8 bits. | |