Namespaces
Variants
Actions

std::basic_string<CharT,Traits,Allocator>::push_back

From cppreference.com
< cpp‎ | string‎ | basic string
 
 
 
std::basic_string
 
void push_back( CharT ch );
(constexpr since C++20)

Appends the given character ch to the end of the string.

Contents