Searched defs:call_param (Results 1 – 1 of 1) sorted by relevance
33 struct call_param struct35 typedef T const& type;39 struct call_param<T&> struct41 typedef T& type;45 struct call_param<T const> struct47 typedef T const& type;51 struct call_param<T volatile> struct53 typedef T const& type;57 struct call_param<T const volatile> struct59 typedef T const& type;