Searched defs:identity_transform (Results 1 – 3 of 3) sorted by relevance
44 struct identity_transform<phoenix::rule::terminal> struct66 struct identity_transform<boost::reference_wrapper<T> > argument68 typedef std::string result_type;71 std::string operator()(Terminal const & terminal, Context) const in operator ()()97 struct identity_transform<phoenix::rule::argument> struct99 typedef std::string result_type;102 std::string operator()(N, Context) const in operator ()()
216 struct identity_transform : transform_policies<identity_transform> {}; struct
399 identity_transform = ComposeTransform([]) variable