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// SPDX-FileCopyrightText: Copyright (C) 2019 Tobias Hienzsch
3
4#ifndef TETL_CSTDINT_INTPTR_T_HPP
5#define TETL_CSTDINT_INTPTR_T_HPP
6
7#include <etl/_config/all.hpp>
8
9namespace etl {
10
11/// \brief Signed integer type capable of holding a pointer.
12using intptr_t = TETL_BUILTIN_INTPTR;
13} // namespace etl
14
15#endif // TETL_CSTDINT_INTPTR_T_HPP
Definition adjacent_find.hpp:9