1 #ifndef RAPIDJSON_INTERNAL_STRFUNC_H_
2 #define RAPIDJSON_INTERNAL_STRFUNC_H_
13 template <
typename Ch>
24 #endif // RAPIDJSON_INTERNAL_STRFUNC_H_
SizeType StrLen(const Ch *s)
Custom strlen() which works on different character types.
unsigned SizeType
Use 32-bit array/string indices even for 64-bit platform, instead of using size_t.