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