![]() |
boost::log::to_log_manip — Generic manipulator for customizing output to log.
// In header: <boost/log/utility/manipulators/to_log.hpp> template<typename T, typename TagT = void> class to_log_manip { public: // types typedef T value_type; // Output value type. typedef TagT tag_type; // Value tag type. // public member functions explicit to_log_manip(value_type const &) noexcept; to_log_manip(to_log_manip const &) noexcept; value_type const & get() const noexcept; };
to_log_manip
public member functionsexplicit to_log_manip(value_type const & value) noexcept;
to_log_manip(to_log_manip const & that) noexcept;
value_type const & get() const noexcept;