Searched defs:proxy_transform_attribute (Results 1 – 1 of 1) sorted by relevance
45 struct proxy_transform_attribute struct47 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> struct60 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()