string
string::~string
string::at
string::string
value
array
object
storage_ptr
Destructor.
~string();
Any dynamically allocated internal storage is freed.
Constant.
No-throw guarantee.