tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
in_place.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_UTILITY_IN_PLACE_HPP
4#define TETL_UTILITY_IN_PLACE_HPP
5
7
8namespace etl {
9
20struct in_place_t {
21 explicit in_place_t() = default;
22};
23
25inline constexpr auto in_place = in_place_t{};
26
27} // namespace etl
28
29#endif // TETL_UTILITY_IN_PLACE_HPP
Definition adjacent_find.hpp:8
in_place_t()=default
constexpr auto in_place
Definition in_place.hpp:25