MCRO
C++23 utilities for Unreal Engine.
|
#include <FunctionTraits.h>
Static Public Attributes | |
static constexpr bool | IsFunction = true |
static constexpr bool | IsPointer = false |
static constexpr bool | IsFunctor = true |
static constexpr bool | IsMember = false |
static constexpr bool | IsConst = false |
Static Public Attributes inherited from Mcro::FunctionTraits::TFunctionTraits< decltype(&std::decay_t< T >::operator())> | |
static constexpr size_t | ArgumentCount |
static constexpr bool | IsFunction |
static constexpr bool | IsPointer |
static constexpr bool | IsFunctor |
static constexpr bool | IsMember |
static constexpr bool | IsConst |
Specialization for functor structs / lambda functions.
Definition at line 72 of file FunctionTraits.h.
|
staticconstexpr |
Definition at line 78 of file FunctionTraits.h.
|
staticconstexpr |
Definition at line 74 of file FunctionTraits.h.
|
staticconstexpr |
Definition at line 76 of file FunctionTraits.h.
|
staticconstexpr |
Definition at line 77 of file FunctionTraits.h.
|
staticconstexpr |
Definition at line 75 of file FunctionTraits.h.