protected virtual member function
std::numpunct::do_falsename
<locale>
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
- numpunct::falsename
- Return string representing false (public member function)