Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/
H A 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 …]