![]() |
boost::log::type_visitor — An interface to the concrete type visitor.
// In header: <boost/log/utility/type_dispatch/type_dispatcher.hpp> template<typename T> struct type_visitor { // types typedef T supported_type; // The type, which the visitor is able to consume. // construct/copy/destruct ~type_visitor(); // public member functions void visit(T const &); };