Return the number of CHAR_TYPE characters in the specified null-terminated data string, up to but not including the terminal null value.
Declared in <bslstl_stringrefdata.h>
static
std::size_t
cStringLength(CHAR_TYPE const* data);
number of characters before the terminal null
| Name | Description |
|---|---|
| data | null-terminated string whose length is computed |