Searched defs:operator_arrow_dispatch (Results 1 – 1 of 1) 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()