15 #ifndef RAPIDJSON_OSTREAMWRAPPER_H_ 16 #define RAPIDJSON_OSTREAMWRAPPER_H_ 23 RAPIDJSON_DIAG_OFF(padded)
44 template <
typename StreamType>
47 typedef typename StreamType::char_type Ch;
81 #endif // RAPIDJSON_OSTREAMWRAPPER_H_ #define RAPIDJSON_NAMESPACE_BEGIN
provide custom rapidjson namespace (opening expression)
Definition: rapidjson.h:121
Wrapper of std::basic_ostream into RapidJSON's Stream concept.
Definition: ostreamwrapper.h:45
#define RAPIDJSON_NAMESPACE_END
provide custom rapidjson namespace (closing expression)
Definition: rapidjson.h:124
#define RAPIDJSON_ASSERT(x)
Assertion.
Definition: rapidjson.h:437