...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::bounded_dump_manip — Manipulator for printing binary representation of the data with a size limit.
// In header: <boost/log/utility/manipulators/dump.hpp> class bounded_dump_manip : public dump_manip { public: // construct/copy/destruct bounded_dump_manip(const void *, std::size_t, std::size_t) noexcept; bounded_dump_manip(bounded_dump_manip const &) noexcept; // public member functions std::size_t get_max_size() const noexcept; };
bounded_dump_manip
bounded_dump_manip(constvoid*data,std::size_tsize,std::size_tmax_size)noexcept;
bounded_dump_manip(bounded_dump_manipconst&that)noexcept;
std::size_tget_max_size()constnoexcept;
Статья Class bounded_dump_manip раздела Chapter 1. Boost.Log v2 Utilities может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.
:: Главная :: Utilities ::
реклама