|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
| namespace | etl |
Typedefs | |
| using | uint_least16_t = TETL_BUILTIN_UINT16 |
| Signed integer type with width of at least 16 bits. | |
| using | uint_least32_t = TETL_BUILTIN_UINT32 |
| Signed integer type with width of at least 32 bits. | |
| using | uint_least64_t = TETL_BUILTIN_UINT64 |
| Signed integer type with width of at least 64 bits. | |
| using | uint_least8_t = TETL_BUILTIN_UINT8 |
| Signed integer type with width of at least 8 bits. | |