llvm::StringRef::size

Get the string size.

Synopsis

Declared in <llvm/ADT/StringRef.h>

[[nodiscard]]
constexpr
size_t
size() const;

Return Value

Number of characters in the string.

NOTE

The return value should not be discarded.