tetl 0.1.0
Embedded Template Library
|
etl::bad_variant_access is the type of the exception thrown in the following situations: (1) etl::get(etl::variant) called with an index or type that does not match the currently active alternative. (2) etl::visit called to visit a variant that is valueless_by_exception More...
#include <bad_variant_access.hpp>
Public Member Functions | |
constexpr | bad_variant_access ()=default |
constexpr | bad_variant_access (char const *what) |
![]() | |
constexpr | exception ()=default |
constexpr | exception (char const *what) |
constexpr auto | what () const noexcept -> char const * |
etl::bad_variant_access is the type of the exception thrown in the following situations: (1) etl::get(etl::variant) called with an index or type that does not match the currently active alternative. (2) etl::visit called to visit a variant that is valueless_by_exception
|
constexprdefault |
|
inlineexplicitconstexpr |