Searched defs:vector_data (Results 1 – 4 of 4) sorted by relevance
184 struct vector_data<detail::index_sequence<I...>, T...> struct188 typedef vector_tag fusion_tag;189 typedef fusion_sequence_tag tag; // this gets picked up by MPL190 typedef mpl::false_ is_view;191 typedef random_access_traversal_tag category;192 typedef mpl::int_<sizeof...(T)> size;193 typedef vector<T...> type_sequence;196 BOOST_DEFAULTED_FUNCTION(vector_data(), {}) in vector_data() function214 vector_data(each_elem, U&&... var) in vector_data() function221 assign_sequence(Sequence&& seq) in assign_sequence()[all …]
81 template <typename T> inline T *vector_data(std::vector<T> &vector) { in vector_data() function87 template <typename T> inline const T *vector_data( in vector_data() function
62 struct BOOST_PP_CAT(vector_data, N) in BOOST_PP_CAT() argument
58 std::vector<char> vector_data(1024); in test() local