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

#include <Concepts.h>

Concept definition

template<typename Concept, typename... Args>
concept Mcro::Concepts::CModels = TModels_V<Concept, Args...>

Detailed Description

Use Unreal's own Concept templating constraint as a C++20 concept

Definition at line 197 of file Concepts.h.