Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::log::type_dispatcher::callback
// In header: <boost/log/utility/type_dispatch/type_dispatcher.hpp> template<typename T> class callback { public: // public member functions void operator()(T const &) const; bool operator!() const; };