...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Assign to the string.
constexpr basic_static_string& operator=( value_type ch);
Replaces the contents with a single copy of the character ch
.
Constant.
Strong guarantee.
*this
Name |
Description |
---|---|
|
The character to assign to. |
Type |
Thrown On |
---|---|
|
|