Searched defs:default_transform_attribute (Results 1 – 2 of 2) 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()
22 struct default_transform_attribute struct24 typedef Transformed type;26 static Transformed pre(Exposed&) { return Transformed(); } in pre()28 static void post(Exposed& val, Transformed&& attribute) in post()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()