#include "cetl/pf17/variant.hpp"
Public Member Functions | |
| CETL_NODISCARD const char * | what () const noexcept override |
Public Member Functions inherited from std::exception | |
| T | exception (T... args) |
| T | operator= (T... args) |
| T | what (T... args) |
| T | ~exception (T... args) |
Implementation of std::bad_variant_access.
This is only available if exceptions are enabled (__cpp_exceptions is defined).