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
6
namespace
etl
{
7
9
struct
unexpect_t
{
10
unexpect_t
() =
default
;
11
};
12
15
inline
constexpr
auto
unexpect
=
unexpect_t
{};
16
17
}
// namespace etl
18
19
#endif
// TETL_EXPECTED_UNEXPECT_HPP
etl::unexpect_t::unexpect
constexpr auto unexpect
Definition
unexpect.hpp:15
etl
Definition
adjacent_find.hpp:8
etl::unexpect_t::unexpect_t
unexpect_t()=default
include
etl
_expected
unexpect.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0