Home
last modified time | relevance | path

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

/third_party/boost/boost/fusion/adapted/std_tuple/
Dstd_tuple_iterator.hpp28 struct std_tuple_iterator struct
33 typedef Tuple tuple_type;
34 static int const index = Index;
37 identity;
40 explicit std_tuple_iterator(Tuple& tuple) in std_tuple_iterator() function
43 Tuple& tuple;
46 struct value_of
51 struct deref
71 struct advance
86 struct next : advance<Iterator, mpl::int_<1>> {};
[all …]