Searched defs:operator_arrow_dispatch (Results 1 – 1 of 1) sorted by relevance
321 struct operator_arrow_dispatch // proxy references struct323 struct proxy332 typedef proxy result_type;333 static result_type apply(Reference const & x) in apply()340 struct operator_arrow_dispatch<T&, Pointer> // "real" references struct342 typedef Pointer result_type;343 static result_type apply(T& x) in apply()