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

Shorthand for getting the constness of a member function. More...

#include <FunctionTraits.h>

Concept definition

template<typename T>
concept Mcro::FunctionTraits::CFunction_IsConst = TFunctionTraits<std::decay_t<T>>::IsConst
Shorthand for getting the constness of a member function.

Detailed Description

Shorthand for getting the constness of a member function.

Definition at line 184 of file FunctionTraits.h.