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
7namespace etl {
8
9/// \ingroup expected
10struct unexpect_t {
11 unexpect_t() = default;
12};
13
14/// \relates unexpect_t
15/// \ingroup expected
16inline constexpr auto unexpect = unexpect_t{};
17
18} // namespace etl
19
20#endif // TETL_EXPECTED_UNEXPECT_HPP
constexpr auto unexpect
Definition unexpect.hpp:16
Definition adjacent_find.hpp:9
Definition unexpect.hpp:10
unexpect_t()=default