tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
stdexcept.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2019 Tobias Hienzsch
3
4#ifndef TETL_STDEXCEPT_HPP
5#define TETL_STDEXCEPT_HPP
6
7/// \defgroup stdexcept stdexcept
8/// \ingroup errors-library
9
10#include <etl/_config/all.hpp>
11
12#include <etl/_stdexcept/domain_error.hpp>
13#include <etl/_stdexcept/invalid_argument.hpp>
14#include <etl/_stdexcept/length_error.hpp>
15#include <etl/_stdexcept/logic_error.hpp>
16#include <etl/_stdexcept/out_of_range.hpp>
17#include <etl/_stdexcept/overflow_error.hpp>
18#include <etl/_stdexcept/range_error.hpp>
19#include <etl/_stdexcept/runtime_error.hpp>
20#include <etl/_stdexcept/underflow_error.hpp>
21
22#endif // TETL_STDEXCEPT_HPP