libstdc++
GNU C++ library
Loading...
Searching...
No Matches
◆
operator+=()
[5/8]
template<typename _CharT, typename _Traits, typename _Alloc>
basic_string
&
std::basic_string
< _CharT, _Traits, _Alloc >::operator+=
(
const
basic_string
< _CharT, _Traits, _Alloc > &
__str
)
inline
constexpr
Append a string to this string.
Parameters
__str
The string to append.
Returns
Reference to this string.
Definition at line
1501
of file
basic_string.h
.
1502
{
return
this->
append
(
__str
); }
std::basic_string::append
constexpr basic_string & append(const basic_string &__str)
Append a string to this string.
Definition
basic_string.h:1559
std::basic_string
Managing sequences of characters and character-like objects.
Definition
basic_string.h:94
std
basic_string
Generated on
for libstdc++ by
1.16.1