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

◆ _S_empty_rep()

template<typename _CharT, typename _Traits, typename _Alloc>
_Rep & std::basic_string< _CharT, _Traits, _Alloc >::_S_empty_rep ( )
inlinestaticprivatenoexcept

Definition at line 467 of file cow_string.h.

468 { return _Rep::_S_empty_rep(); }
static _Rep & _S_empty_rep() noexcept
Definition cow_string.h:189

Referenced by std::basic_string< _CharT >::basic_string(), _S_construct(), _S_construct(), std::basic_string< _CharT >::clear(), and std::basic_string< _CharT >::size().

Here is the caller graph for this function: