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

The function object applies the function object to the bound visitable object and argument. More...

#include <value_ref.hpp>

Public Types

typedef FunT::result_type result_type
 

Public Member Functions

 vistation_invoker (VisitableT &visitable, result_type const &def_val)
 
template<typename ArgT >
result_type operator() (ArgT const &arg) const
 

Detailed Description

template<typename VisitableT, typename FunT>
struct boost::aux::vistation_invoker< VisitableT, FunT >

The function object applies the function object to the bound visitable object and argument.

Member Typedef Documentation

template<typename VisitableT , typename FunT >
typedef FunT::result_type boost::aux::vistation_invoker< VisitableT, FunT >::result_type

Constructor & Destructor Documentation

template<typename VisitableT , typename FunT >
boost::aux::vistation_invoker< VisitableT, FunT >::vistation_invoker ( VisitableT &  visitable,
result_type const &  def_val 
)
inline

Member Function Documentation

template<typename VisitableT , typename FunT >
template<typename ArgT >
result_type boost::aux::vistation_invoker< VisitableT, FunT >::operator() ( ArgT const &  arg) const
inline

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