3#include <boost/iostreams/filtering_stream.hpp>
7namespace util::prometheus {
19 OStream(
bool compressionEnabled);
51 bool compressionEnabled_;
53 boost::iostreams::filtering_ostream stream_;
OStream(bool compressionEnabled)
Construct a new OStream object.
Definition OStream.cpp:11
OStream & operator<<(T const &value)
Write to the stream.
Definition OStream.hpp:34
This namespace implements the data access layer and related components.
Definition AmendmentCenter.cpp:56