...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Assignment.
value
&
operator=(
char const* s);
Replace *this
with a copy of the string s
.
Strong guarantee. Calls to memory_resource::allocate
may throw.
Linear in the sum of sizes of *this
and s
Name |
Description |
---|---|
|
The new string. |