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
// SPDX-FileCopyrightText: Copyright (C) 2021 Tobias Hienzsch
3
4
#
ifndef
TETL_EXPECTED_UNEXPECT_HPP
5
#
define
TETL_EXPECTED_UNEXPECT_HPP
6
7
namespace
etl
{
8
9
/// \ingroup expected
10
struct
unexpect_t
{
11
unexpect_t
() =
default
;
12
};
13
14
/// \relates unexpect_t
15
/// \ingroup expected
16
inline
constexpr
auto
unexpect
=
unexpect_t
{
}
;
17
18
}
// namespace etl
19
20
#
endif
// TETL_EXPECTED_UNEXPECT_HPP
etl::unexpect_t::unexpect
constexpr auto unexpect
Definition
unexpect.hpp:16
etl
Definition
adjacent_find.hpp:9
etl::unexpect_t
Definition
unexpect.hpp:10
etl::unexpect_t::unexpect_t
unexpect_t()=default
include
etl
_expected
unexpect.hpp
Generated on Sun Sep 7 2025 19:14:54 for tetl by
1.9.8