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 |
The function object applies the function object to the bound visitable object and argument.
| typedef FunT::result_type boost::aux::vistation_invoker< VisitableT, FunT >::result_type |
|
inline |
|
inline |