Function object adapter for Boost.Spirit actions. More...
#include <as_action.hpp>
Public Types | |
typedef FunT::result_type | result_type |
Public Member Functions | |
as_action_adapter (FunT const &fun) | |
template<typename AttributeT , typename ContextT > | |
result_type | operator() (AttributeT const &attr, ContextT const &ctx, bool &pass) const |
Function object adapter for Boost.Spirit actions.
typedef FunT::result_type boost::as_action_adapter< FunT >::result_type |
|
inlineexplicit |
|
inline |