Searched defs:transform_attribute (Results 1 – 1 of 1) sorted by relevance
68 struct transform_attribute struct80 struct transform_attribute<boost::optional<Exposed>, Transformed struct83 typedef Transformed& type;84 static Transformed& pre(boost::optional<Exposed>& val) in pre()90 static void post(boost::optional<Exposed>&, Transformed const&) {} in post()91 static void fail(boost::optional<Exposed>& val) in fail()99 struct transform_attribute<Attribute&, Attribute> struct101 typedef Attribute& type;102 static Attribute& pre(Attribute& val) { return val; } in pre()103 static void post(Attribute&, Attribute const&) {} in post()[all …]