#include <boost/log/detail/config.hpp>#include <boost/log/detail/header.hpp>#include <boost/log/detail/footer.hpp>

Classes | |
| struct | boost::function_reference_wrapper< FunT > |
| Reference wrapper for function objects. More... | |
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
Functions | |
| template<typename FunT > | |
| BOOST_FORCEINLINE function_reference_wrapper < FunT > | boost::fun_ref (FunT &fun) |
This header contains function object reference adapter. The adapter stores a reference to external function object and forwards all calls to the referred function.