Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Diterator_facade.hpp300 struct operator_arrow_dispatch // proxy references struct
302 struct proxy
311 typedef proxy result_type;
312 static result_type apply(Reference const & x) in apply()
319 struct operator_arrow_dispatch<T&, Pointer> // "real" references struct
321 typedef Pointer result_type;
322 static result_type apply(T& x) in apply()
331 struct operator_arrow_dispatch<int, int> struct
333 typedef int result_type;