protected virtual member function
<locale>
string_type do_get (catalog cat, int set, int msgid, const string_type&dfault) const;
Get message from catalog [virtual]
Virtual protected member function called by messages::get to get a message from a message catalog.
Polymorphic derived classes can overwrite the behavior of this function.
See messages::get for its default behavior in messages.
See also
- messages::get
- Get message from catalog (public member function)