Clementine
|
Extracts the class of a non-static member object or function. More...
#include <entt.hpp>
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. |