4#ifndef TETL_VARIANT_BAD_VARIANT_ACCESS_HPP
5#define TETL_VARIANT_BAD_VARIANT_ACCESS_HPP
7#include <etl/_exception/exception.hpp>
Definition adjacent_find.hpp:9
etl::bad_variant_access is the type of the exception thrown in the following situations: (1) etl::get...
Definition bad_variant_access.hpp:15
constexpr bad_variant_access(char const *what)
Definition bad_variant_access.hpp:18
constexpr bad_variant_access()=default
Definition exception.hpp:9
constexpr exception(char const *what)
Definition exception.hpp:12