tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
out_of_range.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_STDEXCEPT_OUT_OF_RANGE_HPP
4#define TETL_STDEXCEPT_OUT_OF_RANGE_HPP
5
7
8namespace etl {
9
11 constexpr out_of_range() = default;
12
13 constexpr explicit out_of_range(char const* what)
15 {
16 }
17};
18
19} // namespace etl
20
21#endif // TETL_STDEXCEPT_OUT_OF_RANGE_HPP
Definition adjacent_find.hpp:8
constexpr auto what() const noexcept -> char const *
Definition exception.hpp:16
constexpr logic_error()=default
constexpr out_of_range()=default
constexpr out_of_range(char const *what)
Definition out_of_range.hpp:13