Searched defs:make_attribute (Results 1 – 3 of 3) sorted by relevance
968 struct make_attribute struct970 typedef typename remove_const<Attribute>::type attribute_type;976 type;983 value_type;985 static Attribute call(unused_type) in call()992 static T& call(T& value) in call()999 struct make_attribute<Attribute&, ActualAttribute> struct1004 struct make_attribute<Attribute const&, ActualAttribute> struct1009 struct make_attribute<unused_type, ActualAttribute> struct1011 typedef unused_type type;[all …]
55 typedef traits::make_attribute<attr_type, Attribute> make_attribute; in parse() typedef112 typedef traits::make_attribute<attr_type, unused_type> make_attribute; in parse() typedef
284 typedef traits::make_attribute<attr_type, Attribute> make_attribute; in parse() typedef330 typedef traits::make_attribute<attr_type, Attribute> make_attribute; in parse() typedef