Struct IndexSpace::bad_key

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<basic_string_convertible S>
inline bad_key(S &&key)