is_member_function_pointer
Checks if the type is a member function pointer.
Parameters
| Name | Description |
|---|---|
| T | The type to check. |
Aliases
| Name | Description |
|---|---|
| is_member_function_pointer_v | Helper variable template for is_member_function_pointer. |
Checks if the type is a member function pointer.
| Name | Description |
|---|---|
| T | The type to check. |
| Name | Description |
|---|---|
| is_member_function_pointer_v | Helper variable template for is_member_function_pointer. |