16#ifndef RAPIDJSON_OSTREAMWRAPPER_H_
17#define RAPIDJSON_OSTREAMWRAPPER_H_
24RAPIDJSON_DIAG_OFF(padded)
45template <
typename StreamType>
48 typedef typename StreamType::char_type Ch;
Wrapper of std::basic_ostream into RapidJSON's Stream concept.
#define RAPIDJSON_ASSERT(x)
Assertion.
#define RAPIDJSON_NAMESPACE_BEGIN
provide custom rapidjson namespace (opening expression)
#define RAPIDJSON_NAMESPACE_END
provide custom rapidjson namespace (closing expression)