Searched defs:operator_arrow_dispatch (Results 1 – 2 of 2) sorted by relevance
322 struct operator_arrow_dispatch // proxy references struct324 struct proxy333 typedef proxy result_type;334 static result_type apply(Reference const & x) in apply()341 struct operator_arrow_dispatch<T&, Pointer> // "real" references struct343 typedef Pointer result_type;344 static result_type apply(T& x) in apply()
50 using operator_arrow_dispatch = operator_arrow_dispatch_t<Reference>; typedef in boost::histogram::detail::iterator_adaptor