Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/support/detail/
Das_fusion_element.hpp21 struct as_fusion_element struct
23 typedef T type;
27 struct as_fusion_element<reference_wrapper<T> > struct
29 typedef T& type;
34 struct as_fusion_element<std::reference_wrapper<T> > struct
36 typedef T& type;
41 struct as_fusion_element<T[N]> struct
43 typedef const T(&type)[N];
47 struct as_fusion_element<volatile T[N]> struct
49 typedef const volatile T(&type)[N];
[all …]