Searched defs:iterator_reference (Results 1 – 3 of 3) sorted by relevance
27 struct iterator_reference struct29 typedef typename std::iterator_traits<Iterator>::reference type;
133 struct iterator_reference struct135 typedef Reference type;140 struct iterator_reference< ::boost::use_default, ValueType> struct142 typedef ValueType& type;
565 typedef typename std::iterator_traits<iterator>::reference iterator_reference; in unordered_test() typedef