Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
fun_ref.hpp File Reference
#include <boost/log/detail/config.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for fun_ref.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Author
Andrey Semashev
Date
30.03.2008

This header contains function object reference adapter. The adapter stores a reference to external function object and forwards all calls to the referred function.