MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::FunctionTraits::CFunctionCompatible_ArgumentsDecay Concept Reference

Concept matching function types with compatible set of arguments, disregarding CV-ref qualifiers. More...

#include <FunctionTraits.h>

Concept definition

template<typename F, typename With>
&& CConvertibleToDecayed<
>
Concept matching function types with compatible set of arguments, disregarding CV-ref qualifiers.
A concept accepting any function like entity (function pointer or functor object)
typename TFunctionTraits< std::decay_t< T > >::ArgumentsDecay TFunction_ArgumentsDecay
Shorthand for getting a tuple representing the decayed function arguments.

Detailed Description

Concept matching function types with compatible set of arguments, disregarding CV-ref qualifiers.

Definition at line 325 of file FunctionTraits.h.