libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ _S_copy_chars() [4/6]

template<typename _CharT, typename _Traits, typename _Alloc>
void std::basic_string< _CharT, _Traits, _Alloc >::_S_copy_chars ( _CharT * __p,
const _CharT * __k1,
const _CharT * __k2 )
inlinestaticprivatenoexcept

Definition at line 443 of file cow_string.h.

445 { _M_copy(__p, __k1, __k2 - __k1); }
static void _M_copy(_CharT *__d, const _CharT *__s, size_type __n) noexcept
Definition cow_string.h:393
Managing sequences of characters and character-like objects.