Home
last modified time | relevance | path

Searched defs:identity_transform (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/phoenix/example/
Didentity_transform.cpp44 struct identity_transform<phoenix::rule::terminal> struct
66 struct identity_transform<boost::reference_wrapper<T> > argument
68 typedef std::string result_type;
71 std::string operator()(Terminal const & terminal, Context) const in operator ()()
97 struct identity_transform<phoenix::rule::argument> argument
99 typedef std::string result_type;
102 std::string operator()(N, Context) const in operator ()()
/third_party/boost/boost/spirit/home/classic/meta/
Dtraverse.hpp216 struct identity_transform : transform_policies<identity_transform> {}; struct