tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
ptrdiff_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_CSTDDEF_PTRDIFF_T_HPP
5
#
define
TETL_CSTDDEF_PTRDIFF_T_HPP
6
7
#
include
<
etl
/
_config
/
all
.
hpp
>
8
9
namespace
etl
{
10
11
/// \brief etl::ptrdiff_t is the signed integer type of the result of
12
/// subtracting two pointers.
13
///
14
/// https://en.cppreference.com/w/cpp/types/ptrdiff_t
15
using
ptrdiff_t = TETL_BUILTIN_PTRDIFF;
16
17
}
// namespace etl
18
19
#
endif
// TETL_CSTDDEF_PTRDIFF_T_HPP
etl
Definition
adjacent_find.hpp:9
include
etl
_cstddef
ptrdiff_t.hpp
Generated on Sun Sep 7 2025 19:14:53 for tetl by
1.9.8