Home
last modified time | relevance | path

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

/third_party/boost/boost/log/utility/functional/
Dbind_to_log.hpp34 struct to_log_fun struct
36 typedef void result_type;
39 void operator() (StreamT& strm, T const& val) const in operator ()()
47 struct to_log_fun< void > struct
49 typedef void result_type;
52 void operator() (StreamT& strm, T const& val) const in operator ()()