C++ Locale Library - destructor
Description
It destroys the locale object.
Declaration
Following is the declaration for std::locale::~locale.
C++98
~locale() throw();
C++11
~locale();
Parameters
none
Return Value
none
Exceptions
No-throw guarantee − never throws exceptions.
locale.htm
Advertisements