numpunct::do_falsename


virtual protected member function
string_type do_falsename() const;

Return string representing false [virtual]

Virtual protected member function in charge of returning the string representing the boolean value false as described in public member function falsename (see numpunct::falsename for details).

Polymorphic derived classes can redefine the behavior of this function.

See also