CETL 0.0.0
 
Loading...
Searching...
No Matches
cetl::bad_unbounded_variant_access Class Reference

#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_accessoperator= (const bad_unbounded_variant_access &) noexcept=default
 
bad_unbounded_variant_accessoperator= (bad_unbounded_variant_access &&) noexcept=default
 
CETL_NODISCARD const char * what () const noexcept override
 
- Public Member Functions inherited from std::bad_cast
bad_cast (T... args)
 
what (T... args)
 

Detailed Description

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).


The documentation for this class was generated from the following file: