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

◆ max_size() [2/2]

template<typename _CharT, typename _Traits, typename _Alloc>
size_type std::basic_string< _CharT, _Traits, _Alloc >::max_size ( ) const
inlinenoexcept

Returns the size() of the largest possible string.

Definition at line 972 of file cow_string.h.

973 { return _Rep::_S_max_size; }
static const size_type _S_max_size
Definition cow_string.h:181