Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::function_reference_wrapper< FunT > Struct Template Reference

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
 

Detailed Description

template<typename FunT>
struct boost::function_reference_wrapper< FunT >

Reference wrapper for function objects.

Member Typedef Documentation

template<typename FunT >
typedef FunT::result_type boost::function_reference_wrapper< FunT >::result_type

Constructor & Destructor Documentation

template<typename FunT >
boost::function_reference_wrapper< FunT >::function_reference_wrapper ( FunT &  fun)
inlineexplicit

Member Function Documentation

template<typename FunT >
result_type boost::function_reference_wrapper< FunT >::operator() ( ) const
inline
template<typename FunT >
template<typename... ArgsT>
result_type boost::function_reference_wrapper< FunT >::operator() ( ArgsT const &...  args) const
inline

The documentation for this struct was generated from the following file: