Bagikan melalui


messages::do_close

A virtual function called to lose the message catalog.

virtual void do_close(
    catalog _Catval
) const;

Parameters

  • _Catval
    The catalog to be closed.

Remarks

The protected member function closes the message catalog _Catval, which must have been opened by an earlier call to do_open.

_Catval must be obtained from a previously opened catalog that is not closed.

Example

See the example for close, which calls do_close.

Requirements

Header: <locale>

Namespace: std

See Also

Reference

messages Class