Pretty Good Sum Type
1.0.0
|
Exception type raised on an invalid access into a recursive_union<>
More...
#include <recursive_union.hpp>
Public Member Functions | |
invalid_sum_type_access (std::string const &what) | |
Construct from std::string const& | |
invalid_sum_type_access (std::string &&what) | |
Construct from std::string&& | |
invalid_sum_type_access (char const *what) | |
Construct from char const* | |
Public Member Functions inherited from std::logic_error | |
T | logic_error (T...args) |
T | what (T...args) |
Exception type raised on an invalid access into a recursive_union<>