wcslen function — Gets length of a wide string
size_t wcslen(const wchar_t* str)
The wcslen function returns the number of wide characters (not including the terminating null wide character) in str.
wcslen
str
strlen in <cstring>
strlen
<cstring>