protected virtual member function

std::numpunct::do_truename

<locale>
string_type do_truename() const;
Return string representing true [virtual]
Virtual protected member function in charge of returning the string representing the boolean value true as described in public member function truename (see numpunct::truename for details).

Polymorphic derived classes can redefine the behavior of this function.

See also