EnTT 3.15.0
|
Meta function descriptor. More...
#include <utility.hpp>
Additional Inherited Members | |
![]() | |
using | return_type |
Meta function return type. | |
using | args_type |
Meta function arguments. | |
![]() | |
static constexpr bool | is_static |
True if the meta function is static, false otherwise. | |
static constexpr bool | is_const |
True if the meta function is const, false otherwise. | |
Meta function descriptor.
Type | Reflected type to which the meta data is associated. |
Class | Actual owner of the data member. |
Ret | Data member type. |
Definition at line 77 of file utility.hpp.