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>
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
◆ bad_variant_access() [1/2]
◆ bad_variant_access() [2/2]
The documentation for this struct was generated from the following file: