![]() |
MCRO
C++23 utilities for Unreal Engine.
|
Specialization for functor structs / lambda functions. More...
#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 88 of file FunctionTraits.h.
|
staticconstexpr |
Definition at line 94 of file FunctionTraits.h.
|
staticconstexpr |
Definition at line 90 of file FunctionTraits.h.
|
staticconstexpr |
Definition at line 92 of file FunctionTraits.h.
|
staticconstexpr |
Definition at line 93 of file FunctionTraits.h.
|
staticconstexpr |
Definition at line 91 of file FunctionTraits.h.