Searched defs:call_traits (Results 1 – 1 of 1) sorted by relevance
74 struct call_traits struct77 typedef T value_type;78 typedef T& reference;79 typedef const T& const_reference;91 >::param_type param_type;95 struct call_traits<T&> struct97 typedef T& value_type;98 typedef T& reference;99 typedef const T& const_reference;100 typedef T& param_type; // hh removed const[all …]