tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
intptr_t.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CSTDINT_INTPTR_T_HPP
4#define TETL_CSTDINT_INTPTR_T_HPP
5
6#include <etl/_config/all.hpp>
7
8namespace etl {
9
12} // namespace etl
13
14#endif // TETL_CSTDINT_INTPTR_T_HPP
#define TETL_BUILTIN_INTPTR
Definition builtin_types.hpp:32
Definition adjacent_find.hpp:8
TETL_BUILTIN_INTPTR intptr_t
Signed integer type capable of holding a pointer.
Definition intptr_t.hpp:11