Home
last modified time | relevance | path

Searched defs:duplicate_attribute (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/directive/
Dduplicate.hpp117 struct duplicate_attribute struct
122 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> struct
135 typedef unused_type type;
137 static type call(T const&) in call()
144 struct duplicate_attribute<Attribute, T, N, false> struct
146 typedef Attribute const& type;
148 static type call(T const& t) in call()
[all …]