...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
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
dump_manip(const void * данные, std::size_t размер) за исключением;
dump_manip(dump_manip const & что) без исключения;
const void * get_data()const no except;
std::size_t get_size() const no except;
Статья Class dump_manip раздела Chapter 1. Boost.Log v2 Utilities может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.
:: Главная :: Utilities ::
реклама