|
noexcept |
Returns a size, in code points, of a zero terminated string of Unicode code points excluding the terminating zero. Implements the behaviour of the standard strlen function of the string.h header for the type ucp_t.
[in] | pszStr | is a zero terminated string of the returned length. |