MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Concepts::CSameAsDecayed Concept Reference
#include <
Concepts.h
>
Concept definition
template
<
typename
A,
typename
B>
concept
Mcro::Concepts::CSameAsDecayed
= std::is_same_v<std::decay_t<A>, std::decay_t<B>>
Mcro::Concepts::CSameAsDecayed
Definition
Concepts.h:41
Detailed Description
Definition at line
41
of file
Concepts.h
.
Mcro
Concepts
CSameAsDecayed
Generated by
1.12.0