受保护的虚成员函数
<locale>

std::messages::do_get

string_type do_get (catalog cat, int set, int msgid,                    const string_type&dfault) const;
从目录获取消息 [虚函数]
messages::get 调用,用于从消息目录中获取消息的受保护虚成员函数。

多态派生类可以覆盖此函数的行为。

有关 messages 中的默认行为,请参阅 messages::get

另见