Struct string_template::lookup_error#

Nested Relationships#

This struct is a nested type of Class utils::string_template.

Inheritance Relationships#

Base Type#

  • public std::out_of_range

Struct Documentation#

struct lookup_error : public std::out_of_range

Exception to be thrown by substitution functions to let untouched variables through.

Public Functions

inline explicit lookup_error(const std::string &what = "")