15#ifndef RAPIDJSON_OSTREAMWRAPPER_H_
16#define RAPIDJSON_OSTREAMWRAPPER_H_
23RAPIDJSON_DIAG_OFF(padded)
26RAPIDJSON_NAMESPACE_BEGIN
44template <
typename StreamType>
47 typedef typename StreamType::char_type Ch;
Wrapper of std::basic_ostream into RapidJSON's Stream concept.
Definition ostreamwrapper.h:45
(Constant) member iterator for a JSON object value
Definition document.h:104
#define RAPIDJSON_ASSERT(x)
Assertion.
Definition rapidjson.h:402