Reference wrapper for function objects. More...
#include <fun_ref.hpp>
Public Types | |
typedef FunT::result_type | result_type |
Public Member Functions | |
function_reference_wrapper (FunT &fun) | |
result_type | operator() () const |
template<typename... ArgsT> | |
result_type | operator() (ArgsT const &...args) const |
Reference wrapper for function objects.
typedef FunT::result_type boost::function_reference_wrapper< FunT >::result_type |
|
inlineexplicit |
|
inline |
|
inline |