3#ifndef TETL_CSTDINT_UINT_FAST_T_HPP
4#define TETL_CSTDINT_UINT_FAST_T_HPP
#define TETL_BUILTIN_UINT64
Definition builtin_types.hpp:30
#define TETL_BUILTIN_UINT16
Definition builtin_types.hpp:28
#define TETL_BUILTIN_UINT8
Definition builtin_types.hpp:27
#define TETL_BUILTIN_UINT32
Definition builtin_types.hpp:29
Definition adjacent_find.hpp:8
TETL_BUILTIN_UINT32 uint_fast32_t
Signed integer type with width of at least 32 bits.
Definition uint_fast_t.hpp:17
TETL_BUILTIN_UINT64 uint_fast64_t
Signed integer type with width of at least 64 bits.
Definition uint_fast_t.hpp:20
TETL_BUILTIN_UINT16 uint_fast16_t
Signed integer type with width of at least 16 bits.
Definition uint_fast_t.hpp:14
TETL_BUILTIN_UINT8 uint_fast8_t
Signed integer type with width of at least 8 bits.
Definition uint_fast_t.hpp:11