...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=( std::initializer_list< value_type > ilist);
Replaces the contents with those of the initializer list ilist
.
Linear in init.size()
.
Strong guarantee.
*this
Name |
Description |
---|---|
|
The initializer list to copy from. |
Type |
Thrown On |
---|---|
|
|