![]() |
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 94 of file FunctionTraits.h.
|
staticconstexpr |
Definition at line 100 of file FunctionTraits.h.
|
staticconstexpr |
Definition at line 96 of file FunctionTraits.h.
|
staticconstexpr |
Definition at line 98 of file FunctionTraits.h.
|
staticconstexpr |
Definition at line 99 of file FunctionTraits.h.
|
staticconstexpr |
Definition at line 97 of file FunctionTraits.h.