tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
unexpect.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_EXPECTED_UNEXPECT_HPP
4#define TETL_EXPECTED_UNEXPECT_HPP
5
6namespace etl {
7
9struct unexpect_t {
10 unexpect_t() = default;
11};
12
15inline constexpr auto unexpect = unexpect_t{};
16
17} // namespace etl
18
19#endif // TETL_EXPECTED_UNEXPECT_HPP
constexpr auto unexpect
Definition unexpect.hpp:15
Definition adjacent_find.hpp:8
unexpect_t()=default