Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/qi/detail/
Dattributes.hpp45 struct proxy_transform_attribute struct
47 typedef Transformed type;
49 static Transformed pre(Exposed& val) { return Transformed(val); } in pre()
50 static void post(Exposed&, Transformed const&) { /* no-op */ } in post()
53 static void fail(Exposed&) {} in fail()
58 struct proxy_transform_attribute<Attribute, Attribute> struct
60 typedef Attribute& type;
61 static Attribute& pre(Attribute& val) { return val; } in pre()
62 static void post(Attribute&, Attribute const&) {} in post()
63 static void fail(Attribute&) {} in fail()