Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/
H A Dvector.hpp183 struct vector_data<detail::index_sequence<I...>, T...> struct
187 typedef vector_tag fusion_tag;
188 typedef fusion_sequence_tag tag; // this gets picked up by MPL
189 typedef mpl::false_ is_view;
190 typedef random_access_traversal_tag category;
191 typedef mpl::int_<sizeof...(T)> size;
192 typedef vector<T...> type_sequence;
195 vector_data() in vector_data() argument
207 vector_data(each_elem, Sequence&& rhs) in vector_data() argument
214 vector_data(each_elem, U&&... var) in vector_data() argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/cpp03/
H A Dvector_n.hpp62 struct BOOST_PP_CAT(vector_data, N) in BOOST_PP_CAT() argument