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