Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/detail/
Dextract_from.hpp48 struct extract_from_attribute_base struct
50 typedef Attribute const& type;
53 static type call(Attribute const& attr, Context&) in call()
63 struct extract_from_attribute_base<Attribute, Exposed, true> struct
69 >::type elem_type;
71 typedef typename result_of::extract_from<Exposed, elem_type>::type type;
74 static type call(Attribute const& attr, Context& ctx) in call()