Home
last modified time | relevance | path

Searched defs:to_log_manip (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/log/utility/manipulators/
Dto_log.hpp37 class to_log_manip class
50 explicit to_log_manip(value_type const& value) BOOST_NOEXCEPT : m_value(value) {} in to_log_manip() function in boost::to_log_manip
51 to_log_manip(to_log_manip const& that) BOOST_NOEXCEPT : m_value(that.m_value) {} in to_log_manip() function in boost::to_log_manip