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
)
inline
static
private
noexcept
Definition at line
443
of file
cow_string.h
.
445
{
_M_copy
(
__p
,
__k1
,
__k2
-
__k1
); }
std::basic_string::_M_copy
static void _M_copy(_CharT *__d, const _CharT *__s, size_type __n) noexcept
Definition
cow_string.h:393
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