[#absl-AlphaNum-size] = xref:absl.adoc[absl]::xref:absl/AlphaNum.adoc[AlphaNum]::size :relfileprefix: ../../ :mrdocs: Returns the size of the converted string. == Synopsis Declared in `<absl/strings/str_cat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string_view::size_type size() const; ---- == Return Value The number of characters in the string representation. [.small]#Created with https://www.mrdocs.com[MrDocs]#