Searched defs:deref_data (Results 1 – 4 of 4) sorted by relevance
85 struct deref_data struct87 typedef typename Iterator::sequence sequence;88 typedef typename Iterator::index index;90 typedef decltype(boost::declval<sequence>().get(index()).second) second_type_;98 second_type;100 typedef typename add_reference<second_type>::type type;104 call(Iterator const& it) in call()
67 struct deref_data struct73 type;76 static type call(It const& it) in call()
36 struct deref_data struct45 deref_data(It const& it) in deref_data() function
69 struct deref_data struct