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
)
inline
static
private
Definition at line
2307
of file
cow_string.h
.
2309
{
return
_S_construct_aux_2
(
static_cast<
size_type
>
(
__beg
),
2310
__end
,
__a
); }
std::basic_string::size_type
_Alloc_traits::size_type size_type
Definition
basic_string.h:114
std::basic_string::_S_construct_aux_2
static _CharT * _S_construct_aux_2(size_type __req, _CharT __c, const _Alloc &__a)
Definition
cow_string.h:2313
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