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

Concept matching the return of a type with compatible return types, disregarding CV-ref qualifiers. More...

#include <FunctionTraits.h>

Concept definition

template<typename F, typename Return>
&& CConvertibleToDecayed<TFunction_ReturnDecay<F>, Return>
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 matching the return of a type with compatible return types, disregarding CV-ref qualifiers.

Definition at line 311 of file FunctionTraits.h.