Home
last modified time | relevance | path

Searched refs:OtherValue (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/iterator/example/
Dnode_iterator2.hpp33 template <class OtherValue>
35 node_iter<OtherValue> const& other in node_iter()
38 boost::is_convertible<OtherValue*,Value*> in node_iter()
51 template <class OtherValue>
52 bool equal(node_iter<OtherValue> const& other) const in equal()
Dnode_iterator3.hpp38 template <class OtherValue>
40 node_iter<OtherValue> const& other in node_iter()
43 boost::is_convertible<OtherValue*,Value*> in node_iter()
/third_party/boost/boost/geometry/iterators/detail/segment_iterator/
Drange_segment_iterator.hpp136 typename OtherValue,
142 OtherValue, in range_segment_iterator() argument
149 OtherRange, OtherValue, OtherReference in range_segment_iterator()
179 typename OtherValue,
185 OtherValue, in equal() argument
/third_party/boost/boost/geometry/iterators/
Dconcatenate_iterator.hpp66 typename OtherValue,
73 OtherValue, in concatenate_iterator() argument
109 typename OtherValue,
116 OtherValue, in equal() argument
Dflatten_iterator.hpp77 typename OtherValue,
85 OtherValue, in flatten_iterator() argument
166 typename OtherValue,
175 OtherValue, in equal() argument
/third_party/boost/boost/geometry/views/detail/boundary_view/
Dimplementation.hpp110 typename OtherValue,
117 OtherValue, in polygon_rings_iterator() argument
138 typename OtherValue,
162 typename OtherValue,
169 OtherValue, in equal() argument
191 typename OtherValue,
198 OtherValue, in distance_to() argument
/third_party/boost/boost/range/detail/
Dany_iterator.hpp278 class OtherValue
348 class OtherValue
354 OtherValue, in any_iterator()
379 class OtherValue
385 OtherValue in any_iterator()
415 class OtherValue
421 OtherValue in any_iterator()
/third_party/boost/boost/proto/transform/
Denv.hpp123 template<typename OtherKey, typename OtherValue = key_not_found>
128 , typename Base::template lookup<OtherKey, OtherValue>
133 template<typename OtherKey, typename OtherValue = key_not_found>
135 : Base::template lookup<OtherKey, OtherValue>
139 template<typename OtherValue>
140 struct lookup<Key, OtherValue>
Dimpl.hpp39 template<typename OtherTag, typename OtherValue = key_not_found>
42 typedef OtherValue type;
44 typename add_reference<typename add_const<OtherValue>::type>::type
/third_party/boost/boost/iterator/
Dtransform_iterator.hpp110 , class OtherValue>
112 transform_iterator<OtherUnaryFunction, OtherIterator, OtherReference, OtherValue> const& t in transform_iterator()
/third_party/boost/boost/range/
Dany_range.hpp135 class OtherValue
141 OtherValue in any_range()
/third_party/boost/libs/range/doc/reference/ranges/
Dany_range.qbk87 class OtherValue
93 OtherValue
/third_party/boost/libs/iterator/doc/quickbook/
Dfacade_tutorial.qbk394 template <class OtherValue>
395 node_iter(node_iter<OtherValue> const& other)
402 template <class OtherValue>
403 bool equal(node_iter<OtherValue> const& other) const
473 template <class OtherValue>
475 node_iter<OtherValue> const& other
477 boost::is_convertible<OtherValue*,Value*>
Dadaptor.qbk266 template <class OtherValue>
268 node_iter<OtherValue> const& other
270 boost::is_convertible<OtherValue*,Value*>
/third_party/boost/libs/iterator/doc/
Diterator_facade_tutorial.rst410 template <class OtherValue>
411 node_iter(node_iter<OtherValue> const& other)
418 template <class OtherValue>
419 bool equal(node_iter<OtherValue> const& other) const
490 template <class OtherValue>
492 node_iter<OtherValue> const& other
494 boost::is_convertible<OtherValue*,Value*>
Diterator_adaptor_tutorial.rst71 template <class OtherValue>
73 node_iter<OtherValue> const& other
75 boost::is_convertible<OtherValue*,Value*>