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)
inlineexplicit

Construct an empty string using allocator a.

Definition at line 533 of file cow_string.h.

535 { }
_Alloc_traits::size_type size_type
_Alloc_hider _M_dataplus
static _CharT * _S_construct(_InIterator __beg, _InIterator __end, const _Alloc &__a)
Managing sequences of characters and character-like objects.