std::basic_string<CharT,Traits,Allocator>::push_back
From cppreference.com
< cpp | string | basic string
void push_back( CharT ch ); |
(constexpr since C++20) | |
Appends the given character ch to the end of the string.
Contents |