...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: // construct/copy/destruct dump_manip(const void *, std::size_t) noexcept; dump_manip(dump_manip const &) noexcept; // public member functions const void * get_data() const noexcept; std::size_t get_size() const noexcept; };
dump_manip
public
construct/copy/destructdump_manip(const void * data, std::size_t size) noexcept;
dump_manip(dump_manip const & that) noexcept;