Searched defs:to_log_manip (Results 1 – 1 of 1) sorted by relevance
37 class to_log_manip class50 explicit to_log_manip(value_type const& value) BOOST_NOEXCEPT : m_value(value) {} in to_log_manip() function in boost::to_log_manip51 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