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

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

#include <FunctionTraits.h>

Concept definition

template<typename F, typename Return>
&& CConvertibleTo<TFunction_Return<F>, Return>
Concept matching the return of a type with compatible return types, preserving 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, preserving CV-ref qualifiers.

Definition at line 318 of file FunctionTraits.h.