Boost
C++ Libraries“...one of the most highly regarded and expertly designed C++ library projects in the world.” — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
![]() |
Home | Libraries | People | FAQ | More |
boost::logic::indeterminate_name — A locale facet specifying the name of the indeterminate value of a tribool.
template<typename CharT> class indeterminate_name { public: // types typedef CharT char_type; typedef std::basic_string< CharT > string_type; // construct/copy/destruct indeterminate_name(); indeterminate_name(const string_type &); // public member functions string_type name() const; static std::locale::id id; };
| Copyright © 2002-2004 Douglas Gregor |