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

◆ _M_copy()

template<typename _CharT, typename _Traits, typename _Alloc>
void std::basic_string< _CharT, _Traits, _Alloc >::_M_copy ( _CharT * __d,
const _CharT * __s,
size_type __n )
inlinestaticprivatenoexcept

Definition at line 393 of file cow_string.h.

394 {
395 if (__n == 1)
397 else
399 }
Managing sequences of characters and character-like objects.

Referenced by std::basic_string< _CharT, _Traits, _Alloc >::_Rep::_M_clone(), _M_mutate(), _M_replace_safe(), _S_construct(), std::basic_string< _CharT >::_S_copy_chars(), std::basic_string< _CharT >::_S_copy_chars(), and copy().

Here is the caller graph for this function: