Home
last modified time | relevance | path

Searched refs:iterator_reference (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/boost/type_erasure/
Diterator.hpp133 struct iterator_reference struct
140 struct iterator_reference< ::boost::use_default, ValueType> struct
151 dereferenceable<typename iterator_reference<Reference, ValueType>::type, T>,
156 typedef typename iterator_reference<Reference, ValueType>::type reference;
168 typedef typename iterator_reference<Reference, ValueType>::type reference;
190 typedef typename iterator_reference<Reference, ValueType>::type reference;
202 subscriptable<typename iterator_reference<Reference, ValueType>::type, T, DifferenceType>
206 typedef typename iterator_reference<Reference, ValueType>::type reference;
252 typename iterator_reference<Reference, ValueType>::type
/third_party/boost/boost/range/detail/
Djoin_iterator.hpp138 !is_reference<typename iterator_reference<Iterator1>::type>::value
139 || !is_reference<typename iterator_reference<Iterator2>::type>::value,
142 typename iterator_reference<Iterator1>::type
148 typename iterator_reference<Iterator1>::type
153 typename iterator_reference<Iterator2>::type
159 typename iterator_reference<Iterator1>::type
163 typename iterator_reference<Iterator1>::type
Dany_iterator_wrapper.hpp59 typename iterator_reference<WrappedIterator>::type
/third_party/boost/boost/iterator/
Dzip_iterator.hpp89 typedef typename iterator_reference<iterator>::type type;
105 iterator_reference<mpl::_1>
115 typename iterator_reference<Iterator1>::type
116 , typename iterator_reference<Iterator2>::type
Diterator_traits.hpp27 struct iterator_reference struct
54 using iterators::iterator_reference;
Diterator_adaptor.hpp196 , iterator_reference<Base>
/third_party/boost/tools/quickbook/src/
Diterator.hpp27 typename boost::iterator_reference<Iterator>::type>
44 typename boost::iterator_reference<Iterator>::type operator*() const in operator *()
Dvalues.hpp346 boost::iterator_reference<value::iterator>::type>
/third_party/boost/boost/range/adaptor/
Dstrided.hpp30 , typename iterator_reference<BaseIterator>::type
40 , typename iterator_reference<BaseIterator>::type
133 , typename iterator_reference<BaseIterator>::type
143 , typename iterator_reference<BaseIterator>::type
264 , typename iterator_reference<BaseIterator>::type
274 , typename iterator_reference<BaseIterator>::type
Dindexed.hpp124 typename iterator_reference<Iter>::type,
/third_party/boost/boost/range/
Dreference.hpp25 struct range_reference : iterator_reference< typename range_iterator<T>::type >
Diterator_range_core.hpp196 iterator_reference<IteratorT>::type reference;
/third_party/boost/boost/
Dindirect_reference.hpp35 , iterator_reference<P>
Dforeach.hpp400 : iterator_reference<BOOST_DEDUCED_TYPENAME foreach_iterator<T, C>::type>
/third_party/boost/boost/bimap/container_adaptor/
Dcontainer_adaptor.hpp70 typedef BOOST_DEDUCED_TYPENAME iterator_reference< iterator >::type reference;
71 typedef BOOST_DEDUCED_TYPENAME iterator_reference< const_iterator >::type const_reference;
/third_party/boost/boost/archive/iterators/
Dxml_unescape.hpp41 typedef typename boost::iterator_reference<this_t> reference_type;
Descape.hpp43 typedef typename boost::iterator_reference<Base>::type reference_type;
Dwchar_from_mb.hpp152 typename boost::iterators::iterator_reference<Base>::type c = *(this->base_reference()); in drain()
/third_party/boost/libs/iterator/doc/quickbook/
Diterator_traits.qbk23 struct iterator_reference
/third_party/boost/libs/iterator/doc/
Diterator_traits.rst47 struct iterator_reference
/third_party/boost/libs/range/doc/
Dupgrade.qbk16 due to `iterator_reference<Iter>::type` not being a reference. The suggested
/third_party/boost/boost/geometry/algorithms/detail/
Dcalculate_point_order.hpp40 typename boost::iterators::iterator_reference<Iter>::type ref() const in ref()
/third_party/boost/libs/range/doc/reference/
Dsemantics.qbk48 [`boost::iterator_reference<range_iterator<X>::type>::type`]
/third_party/boost/libs/unordered/test/unordered/
Dcompile_tests.hpp565 typedef typename std::iterator_traits<iterator>::reference iterator_reference; in unordered_test() typedef
613 (boost::is_same<local_iterator_reference, iterator_reference>::value)); in unordered_test()