Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/include/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()