string::~string

Destructor.

Synopsis

~string();

Description

Any dynamically allocated internal storage is freed.

Complexity

Constant.

Exception Safety

No-throw guarantee.