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

◆ _S_construct_aux() [2/2]

template<typename _CharT, typename _Traits, typename _Alloc>
template<class _Integer>
_CharT * std::basic_string< _CharT, _Traits, _Alloc >::_S_construct_aux ( _Integer __beg,
_Integer __end,
const _Alloc & __a,
__true_type  )
inlinestaticprivate

Definition at line 2307 of file cow_string.h.

2309 { return _S_construct_aux_2(static_cast<size_type>(__beg),
2310 __end, __a); }
_Alloc_traits::size_type size_type
static _CharT * _S_construct_aux_2(size_type __req, _CharT __c, const _Alloc &__a)
Managing sequences of characters and character-like objects.