|
fsm
|
Extracts the class of a non-static member object or function. More...
#include <type_traits.h>
Public Types | |
| using | type = std::remove_pointer_t< decltype(clazz(std::declval< Member >()))> |
| The class of the given non-static member object or function. | |
Extracts the class of a non-static member object or function.
| Member | A pointer to a non-static member object or function. |
1.8.13