...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::log::dump_manip — Manipulator for printing binary representation of the data.
// In header: <boost/log/utility/manipulators/dump.hpp> class dump_manip { public: // public member functions dump_manip(const void *, std::size_t) noexcept; dump_manip(dump_manip const &) noexcept; const void * get_data() const noexcept; std::size_t get_size() const noexcept; };
dump_manip
public member functionsdump_manip(const void * data, std::size_t size) noexcept;
dump_manip(dump_manip const & that) noexcept;
const void * get_data() const noexcept;
std::size_t get_size() const noexcept;