21 #ifndef RAPIDJSON_INTERNAL_STRFUNC_H_ 22 #define RAPIDJSON_INTERNAL_STRFUNC_H_ 33 template <
typename Ch>
43 #endif // RAPIDJSON_INTERNAL_STRFUNC_H_ RAPIDJSON_NAMESPACE_BEGIN typedef unsigned SizeType
Size type (for string lengths, array sizes, etc.)
Definition: rapidjson.h:293
DOMString p
Definition: WebCryptoAPI.idl:116
#define Ch(x, y, z)
Definition: sha256.c:217
#define RAPIDJSON_NAMESPACE_BEGIN
provide custom rapidjson namespace (opening expression)
Definition: rapidjson.h:91
#define RAPIDJSON_NAMESPACE_END
provide custom rapidjson namespace (closing expression)
Definition: rapidjson.h:94
Definition: document.h:393
SizeType StrLen(const Ch *s)
Custom strlen() which works on different character types.
Definition: strfunc.h:34