odtone::conf::parser_grammar::act_on_arg_
// In header: </home/carlos/Projectos/odtone/inc/odtone/conf.hpp> struct act_on_arg_ { // member classes/structs/unions template<typename , typename , typename , typename > struct result { // types typedef bool type; }; // public member functions bool operator()(function const &, args_type &, arg_type &, error_reason &) const; };
act_on_arg_
public member functionsbool operator()(function const & f, args_type & args, arg_type & arg, error_reason & er) const;