Struct string_template::lookup_error#
Defined in File utils.h
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 = "")
-
inline explicit lookup_error(const std::string &what = "")