26 #ifndef RAPIDJSON_INTERNAL_STRFUNC_H_
27 #define RAPIDJSON_INTERNAL_STRFUNC_H_
38 template <
typename Ch>
SizeType StrLen(const Ch *s)
Custom strlen() which works on different character types.
Definition: strfunc.h:39
Definition: document.h:38
unsigned SizeType
Use 32-bit array/string indices even for 64-bit platform, instead of using size_t.
Definition: rapidjson.h:92