MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Concepts::CConstructibleFrom Concept Reference
#include <
Concepts.h
>
Concept definition
template
<
typename
T,
typename
... From>
concept
Mcro::Concepts::CConstructibleFrom
=
requires
(From&&... from) { std::decay_t<T>(Forward<From>(from)...); }
Mcro::Concepts::CConstructibleFrom
Definition
Concepts.h:136
Detailed Description
Definition at line
136
of file
Concepts.h
.
Mcro
Concepts
CConstructibleFrom
Generated by
1.12.0