Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
constexpr void
push_back(
basic_static_string::value_type ch);
Appends a character to the end of the string.
Strong guarantee.
|
Name |
Description |
|---|---|
|
|
The character to append. |
|
Type |
Thrown On |
|---|---|
|
|
|