Searched defs:duplicate_attribute (Results 1 – 1 of 1) sorted by relevance
117 struct duplicate_attribute struct122 cons_type;123 typedef typename fusion::result_of::as_vector<cons_type>::type type;125 static type call(T const& t) in call()133 struct duplicate_attribute<Attribute, T, 0, false> struct135 typedef unused_type type;137 static type call(T const&) in call()144 struct duplicate_attribute<Attribute, T, N, false> struct146 typedef Attribute const& type;148 static type call(T const& t) in call()[all …]