Class template to_log_manip
boost::log::to_log_manip — Generic manipulator for customizing output to log.
Synopsis
template<typename T, typename TagT = void>
class to_log_manip {
public:
typedef T value_type;
typedef TagT tag_type;
explicit to_log_manip(value_type const &) noexcept;
to_log_manip(to_log_manip const &) noexcept;
value_type const & get() const noexcept;
};
Description
to_log_manip
public
construct/copy/destruct
- <
explicitto_log_manip(value_typeconst&value)noexcept;
>
- <
to_log_manip(to_log_manipconst&that)noexcept;
>
to_log_manip public member functions
- <
value_typeconst&get()constnoexcept;
>