std::basic_string<CharT,Traits,Allocator>::size
From cppreference.com
Template:cpp/string/basic string/sidebar
size_type size() const; |
||
Returns the number of characters in the string, i.e. Template:cpp. It is the same as length()
.
Template:params Template:param none
the number of characters in the string
Template:complex Template:complex constant