protected virtual member function

std::messages::do_get

<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 in charge of retrieving a message from a message catalog, as described in public member function get (see messages::get for details).

Polymorphic derived classes can redefine the behavior of this function.

See also