tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
expected.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_HPP
5#define TETL_EXPECTED_HPP
6
7/// \defgroup expected expected
8/// etl::expected class template
9/// \ingroup utilities-library
10/// \code{.cpp}
11/// #include <etl/expected.hpp>
12/// \endcode
13
14#include <etl/_config/all.hpp>
15
16#include <etl/_expected/expected.hpp>
17#include <etl/_expected/unexpect.hpp>
18#include <etl/_expected/unexpected.hpp>
19
20#endif // TETL_EXPECTED_HPP