EnTT 3.14.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 function is associated. |
Ret | Function return type. |
Class | Actual owner of the member function. |
Args | Function arguments. |
Definition at line 48 of file utility.hpp.