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

Concept constraining a function type to another one which arguments and return types are compatible, disregarding CV-ref qualifiers. More...

#include <FunctionTraits.h>

Concept definition

template<typename F, typename With>
Concept constraining a function type to another one which arguments and return types are compatible,...
Concept matching function types with compatible set of arguments, disregarding CV-ref qualifiers.
Concept matching the return of a type with compatible return types, disregarding CV-ref qualifiers.
A concept accepting any function like entity (function pointer or functor object)

Detailed Description

Concept constraining a function type to another one which arguments and return types are compatible, disregarding CV-ref qualifiers.

Definition at line 351 of file FunctionTraits.h.