#include "cetl/unbounded_variant.hpp"
Public Member Functions | |
bad_unbounded_variant_access (const bad_unbounded_variant_access &) noexcept=default | |
bad_unbounded_variant_access (bad_unbounded_variant_access &&) noexcept=default | |
bad_unbounded_variant_access & | operator= (const bad_unbounded_variant_access &) noexcept=default |
bad_unbounded_variant_access & | operator= (bad_unbounded_variant_access &&) noexcept=default |
CETL_NODISCARD const char * | what () const noexcept override |
![]() | |
T | bad_cast (T... args) |
T | what (T... args) |
Defines a type of object to be thrown by the get
on failure.
This is only available if exceptions are enabled (__cpp_exceptions
is defined).