public member function
<locale>

std::wstring_convert::~wstring_convert

~wstring_convert();
Destroy wstring_convert
Destroys the wstring_convert object.

The pointed conversion object is automatically deleted.

Data races

The object and its pointed conversion object are destroyed.

Exception safety

No-throw guarantee: never throws exceptions.