Class template indeterminate_name
boost::logic::indeterminate_name — A locale facet specifying the name of the indeterminate value of a tribool.
Synopsis
Description
The facet is used to perform I/O on tribool values when std::boolalpha
has been specified. This class template is only available if the C++ standard library implementation supports locales.
indeterminate_name
construct/copy/destruct
indeterminate_name();
indeterminate_name(const string_type & name);
indeterminate_name
public member functions
string_type name() const;