libstdc++
GNU C++ library
Loading...
Searching...
No Matches
◆
basic_string()
[16/28]
template<typename _CharT, typename _Traits, typename _Alloc>
std::basic_string
< _CharT, _Traits, _Alloc >::basic_string
(
const _Alloc &
__a
)
inline
explicit
Construct an empty string using allocator
a
.
Definition at line
533
of file
cow_string.h
.
534
:
_M_dataplus
(
_S_construct
(
size_type
(),
_CharT
(),
__a
),
__a
)
535
{ }
std::basic_string::size_type
_Alloc_traits::size_type size_type
Definition
basic_string.h:114
std::basic_string::_M_dataplus
_Alloc_hider _M_dataplus
Definition
basic_string.h:214
std::basic_string::_S_construct
static _CharT * _S_construct(_InIterator __beg, _InIterator __end, const _Alloc &__a)
Definition
cow_string.h:2318
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