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
inline
noexcept
Returns the size() of the largest possible string.
Definition at line
972
of file
cow_string.h
.
973
{
return
_Rep::_S_max_size
; }
std::basic_string::_Rep::_S_max_size
static const size_type _S_max_size
Definition
cow_string.h:181
std
basic_string
Generated on
for libstdc++ by
1.16.1