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

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

#include <FunctionTraits.h>

Concept definition

template<typename F, typename With>
Concept matching function types with compatible set of arguments, preserving CV-ref qualifiers.
Concept matching the return of a type with compatible return types, preserving CV-ref qualifiers.
Concept constraining a function type to another one which arguments and return types are compatible,...
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, preserving CV-ref qualifiers.

Definition at line 364 of file FunctionTraits.h.