chsvlib
chsv helper source code

◆ tcsLen()

std::size_t Chusov::String::tcsLen ( const CHAR_TYPE *  pszStr)
noexcept

Resolves to strLen, to wcsLen or to ucpsLen depending on the template parameter.

Template Parameters
CHAR_TYPEis a type of a string character.
Parameters
[in]pszStris a zero-terminated string of the returned length.
Returns
A length, in characters, of the string pointed by pszStr, excluding the terminating null.