chsvlib
chsv helper source code

◆ strLen()

std:: size_t Chusov::String::strLen ( const char *  pszStr)
noexcept

Returns a size, in bytes, of a zero terminated string excluding the terminating zero. Implements the behaviour of the standard strlen function of the string.h header.

Parameters
[in]pszStris a zero terminated string of the returned length.
Returns
A length, in bytes, of the string pointed by pszStr, excluding the terminating null.
See also
wcsLen;
strnLen_s.