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
7
8namespace etl {
9
21 explicit piecewise_construct_t() = default;
22};
23
27
28} // namespace etl
29
30#endif // TETL_UTILITY_PIECEWISE_CONSTRUCT_HPP
Definition adjacent_find.hpp:8
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
etl::piecewise_construct_t is an empty class tag type used to disambiguate between different function...
Definition piecewise_construct.hpp:20