Searched defs:operator_arrow_dispatch (Results 1 – 1 of 1) sorted by relevance
300 struct operator_arrow_dispatch // proxy references struct302 struct proxy311 typedef proxy result_type;312 static result_type apply(Reference const & x) in apply()319 struct operator_arrow_dispatch<T&, Pointer> // "real" references struct321 typedef Pointer result_type;322 static result_type apply(T& x) in apply()331 struct operator_arrow_dispatch<int, int> struct333 typedef int result_type;