Return the number of CHAR_TYPE characters in the specified null‐terminated data string, up to but not including the terminal null value.

Synopsis

Declared in <bslstl_stringrefdata.h>

static
std::size_t
cStringLength(wchar_t const* data);

Created with MrDocs