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

Accept only functions which has given number of arguments, whatever type they may be. More...

#include <FunctionTraits.h>

Concept definition

template<typename Function, size_t Count>
A concept accepting any function like entity (function pointer or functor object)
Accept only functions which has given number of arguments, whatever type they may be.
constexpr size_t TFunction_ArgCount
Shorthand for getting a function argument count.

Detailed Description

Accept only functions which has given number of arguments, whatever type they may be.

Definition at line 401 of file FunctionTraits.h.