tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
piecewise_construct.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_UTILITY_PIECEWISE_CONSTRUCT_HPP
4
#define TETL_UTILITY_PIECEWISE_CONSTRUCT_HPP
5
6
#include <
etl/_cstddef/size_t.hpp
>
7
8
namespace
etl
{
9
20
struct
piecewise_construct_t
{
21
explicit
piecewise_construct_t
() =
default
;
22
};
23
26
inline
constexpr
auto
piecewise_construct
=
piecewise_construct_t
{};
27
28
}
// namespace etl
29
30
#endif
// TETL_UTILITY_PIECEWISE_CONSTRUCT_HPP
etl
Definition
adjacent_find.hpp:8
etl::piecewise_construct
constexpr auto piecewise_construct
The constant etl::piecewise_construct is an instance of an empty struct tag type etl::piecewise_const...
Definition
piecewise_construct.hpp:26
size_t.hpp
etl::piecewise_construct_t
etl::piecewise_construct_t is an empty class tag type used to disambiguate between different function...
Definition
piecewise_construct.hpp:20
etl::piecewise_construct_t::piecewise_construct_t
piecewise_construct_t()=default
include
etl
_utility
piecewise_construct.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0