Searched defs:as_fusion_element (Results 1 – 1 of 1) sorted by relevance
21 struct as_fusion_element struct23 typedef T type;27 struct as_fusion_element<reference_wrapper<T> > struct29 typedef T& type;34 struct as_fusion_element<std::reference_wrapper<T> > struct36 typedef T& type;41 struct as_fusion_element<T[N]> struct43 typedef const T(&type)[N];47 struct as_fusion_element<volatile T[N]> struct49 typedef const volatile T(&type)[N];[all …]