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