|
EnTT 4.0.0
|
Extracts the class of a non-static member object or function. More...
#include <type_traits.hpp>
Public Types | |
| using | type = stl::remove_pointer_t<decltype(clazz(stl::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. |
Definition at line 838 of file type_traits.hpp.
| using entt::member_class< Member >::type = stl::remove_pointer_t<decltype(clazz(stl::declval<Member>()))> |
The class of the given non-static member object or function.
Definition at line 850 of file type_traits.hpp.