Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
string::string (1 of 12 overloads)

Default constructor.

Synopsis
string() = default;
Description

The string will have a zero size and a non-zero, unspecified capacity, using the default memory resource.

Complexity

Constant.


PrevUpHomeNext