tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
utility.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
// SPDX-FileCopyrightText: Copyright (C) 2020 Tobias Hienzsch
3
4
#
ifndef
TETL_UTILITY_HPP
5
#
define
TETL_UTILITY_HPP
6
7
/// \defgroup utility utility
8
/// Various utility components
9
/// \ingroup utilities-library
10
/// \example utility.cpp
11
12
#
include
<
etl
/
_config
/
all
.
hpp
>
13
14
#
include
<
etl
/
_utility
/
as_const
.
hpp
>
15
#
include
<
etl
/
_utility
/
cmp_equal
.
hpp
>
16
#
include
<
etl
/
_utility
/
cmp_greater
.
hpp
>
17
#
include
<
etl
/
_utility
/
cmp_greater_equal
.
hpp
>
18
#
include
<
etl
/
_utility
/
cmp_less
.
hpp
>
19
#
include
<
etl
/
_utility
/
cmp_less_equal
.
hpp
>
20
#
include
<
etl
/
_utility
/
cmp_not_equal
.
hpp
>
21
#
include
<
etl
/
_utility
/
exchange
.
hpp
>
22
#
include
<
etl
/
_utility
/
forward
.
hpp
>
23
#
include
<
etl
/
_utility
/
forward_like
.
hpp
>
24
#
include
<
etl
/
_utility
/
in_place
.
hpp
>
25
#
include
<
etl
/
_utility
/
in_place_index
.
hpp
>
26
#
include
<
etl
/
_utility
/
in_place_type
.
hpp
>
27
#
include
<
etl
/
_utility
/
in_range
.
hpp
>
28
#
include
<
etl
/
_utility
/
index_sequence
.
hpp
>
29
#
include
<
etl
/
_utility
/
integer_sequence
.
hpp
>
30
#
include
<
etl
/
_utility
/
move
.
hpp
>
31
#
include
<
etl
/
_utility
/
move_if_noexcept
.
hpp
>
32
#
include
<
etl
/
_utility
/
non_type
.
hpp
>
33
#
include
<
etl
/
_utility
/
pair
.
hpp
>
34
#
include
<
etl
/
_utility
/
piecewise_construct
.
hpp
>
35
#
include
<
etl
/
_utility
/
swap
.
hpp
>
36
#
include
<
etl
/
_utility
/
to_underlying
.
hpp
>
37
#
include
<
etl
/
_utility
/
unreachable
.
hpp
>
38
39
// Non-standard extensions
40
#
include
<
etl
/
_utility
/
ignore_unused
.
hpp
>
41
42
#
endif
// TETL_UTILITY_HPP
include
etl
utility.hpp
Generated on Sun Sep 7 2025 19:15:34 for tetl by
1.9.8