Struct IndexSpace::bad_key¶
Defined in File space.hpp
Nested Relationships¶
This struct is a nested type of Class IndexSpace.
Inheritance Relationships¶
Base Type¶
public std::invalid_argument
Struct Documentation¶
-
struct bad_key : public std::invalid_argument
exception type thrown when ancountered unknown/invalid IndexSpace::base_key() or Index::label()
Public Functions
-
inline bad_key()
-
template<typename S, typename = meta::EnableIfAllBasicStringConvertible<S>>
inline bad_key(S &&key)
-
inline bad_key()