EnTT 3.14.0
|
Meta function descriptor traits. More...
#include <utility.hpp>
Public Types | |
using | return_type = Ret |
Meta function return type. | |
using | args_type = Args |
Meta function arguments. | |
Static Public Attributes | |
static constexpr bool | is_static = Static |
True if the meta function is static, false otherwise. | |
static constexpr bool | is_const = Const |
True if the meta function is const, false otherwise. | |
Meta function descriptor traits.
Ret | Function return type. |
Args | Function arguments. |
Static | Function staticness. |
Const | Function constness. |
Definition at line 24 of file utility.hpp.
Meta function arguments.
Definition at line 28 of file utility.hpp.
Meta function return type.
Definition at line 26 of file utility.hpp.
|
staticconstexpr |
True if the meta function is const, false otherwise.
Definition at line 33 of file utility.hpp.
|
staticconstexpr |
True if the meta function is static, false otherwise.
Definition at line 31 of file utility.hpp.