Searched defs:is_member_function_pointer (Results 1 – 2 of 2) sorted by relevance
234 struct is_member_function_pointer { struct239 struct is_member_function_pointer<T (Class::*)()> { struct244 struct is_member_function_pointer<T (Class::*)() const> { struct249 struct is_member_function_pointer<T (Class::*)() volatile> { argument254 struct is_member_function_pointer<T (Class::*)() const volatile> { argument259 struct is_member_function_pointer<T (Class::*)(A1)> { argument264 struct is_member_function_pointer<T (Class::*)(A1) const> { struct269 struct is_member_function_pointer<T (Class::*)(A1) volatile> { argument274 struct is_member_function_pointer<T (Class::*)(A1) const volatile> { struct279 is_member_function_pointer<int X::*>::value? -1 : 1]; argument
836 void is_member_function_pointer() in is_member_function_pointer() function