Home
last modified time | relevance | path

Searched defs:operator_arrow_dispatch (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/iterator/
Diterator_facade.hpp322 struct operator_arrow_dispatch // proxy references struct
324 struct proxy
333 typedef proxy result_type;
334 static result_type apply(Reference const & x) in apply()
341 struct operator_arrow_dispatch<T&, Pointer> // "real" references struct
343 typedef Pointer result_type;
344 static result_type apply(T& x) in apply()
/third_party/boost/boost/histogram/detail/
Diterator_adaptor.hpp50 using operator_arrow_dispatch = operator_arrow_dispatch_t<Reference>; typedef in boost::histogram::detail::iterator_adaptor