3#ifndef TETL_CSTDINT_INT_FAST_T_HPP
4#define TETL_CSTDINT_INT_FAST_T_HPP
#define TETL_BUILTIN_INT64
Definition builtin_types.hpp:26
#define TETL_BUILTIN_INT16
Definition builtin_types.hpp:24
#define TETL_BUILTIN_INT8
Definition builtin_types.hpp:23
#define TETL_BUILTIN_INT32
Definition builtin_types.hpp:25
Definition adjacent_find.hpp:8
TETL_BUILTIN_INT32 int_fast32_t
Signed integer type with width of at least 32 bits.
Definition int_fast_t.hpp:17
TETL_BUILTIN_INT16 int_fast16_t
Signed integer type with width of at least 16 bits.
Definition int_fast_t.hpp:14
TETL_BUILTIN_INT8 int_fast8_t
Signed integer type with width of at least 8 bits.
Definition int_fast_t.hpp:11
TETL_BUILTIN_INT64 int_fast64_t
Signed integer type with width of at least 64 bits.
Definition int_fast_t.hpp:20