Home
last modified time | relevance | path

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

/third_party/boost/boost/iterator/
Diterator_traits.hpp27 struct iterator_reference struct
29 typedef typename std::iterator_traits<Iterator>::reference type;
/third_party/boost/boost/type_erasure/
Diterator.hpp133 struct iterator_reference struct
135 typedef Reference type;
140 struct iterator_reference< ::boost::use_default, ValueType> struct
142 typedef ValueType& type;
/third_party/boost/libs/unordered/test/unordered/
Dcompile_tests.hpp565 typedef typename std::iterator_traits<iterator>::reference iterator_reference; in unordered_test() typedef