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