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

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

#include <FunctionTraits.h>

Concept definition

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

Detailed Description

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

Definition at line 336 of file FunctionTraits.h.