3835 {
3841 }
_Alloc_traits::size_type size_type
constexpr basic_string() noexcept(/*conditional */)
Default constructor creates an empty string.
constexpr size_type size() const noexcept
Returns the number of characters in the string, not including any null-termination.
constexpr void _M_data(pointer __p)
iterator _M_ibegin() const noexcept
constexpr void _M_check_length(size_type __n1, size_type __n2, const char *__s) const
basic_string & _M_replace_safe(size_type __pos1, size_type __n1, const _CharT *__s, size_type __n2)
Managing sequences of characters and character-like objects.