public member function
<string>
std::string::~string
~string();
String destructor
This deallocates all the storage capacity allocated by the string using its allocator.
public member function
<string>
~string();
String destructor
This deallocates all the storage capacity allocated by the string using its allocator.