Searched defs:default_transform_attribute (Results 1 – 1 of 1) sorted by relevance
19 struct default_transform_attribute struct21 typedef Transformed type;23 static Transformed pre(Exposed&) { return Transformed(); } in pre()25 static void post(Exposed& val, Transformed const& attr) in post()31 static void fail(Exposed&) {} in fail()36 struct default_transform_attribute<Attribute, Attribute> struct38 typedef Attribute& type;39 static Attribute& pre(Attribute& val) { return val; } in pre()40 static void post(Attribute&, Attribute const&) {} in post()41 static void fail(Attribute&) {} in fail()