MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Concepts::CSharedFromThisOf Concept Reference
#include <
Concepts.h
>
Concept definition
template
<
typename
T,
typename
ElementType>
concept
Mcro::Concepts::CSharedFromThisOf
=
requires
(std::decay_t<T>& t) { { t.AsShared() } ->
CSharedRefOrPtrOf<ElementType>
; }
Mcro::Concepts::CSharedFromThisOf
Definition
Concepts.h:245
Mcro::Concepts::CSharedRefOrPtrOf
Definition
Concepts.h:239
Detailed Description
Definition at line
245
of file
Concepts.h
.
Mcro
Concepts
CSharedFromThisOf
Generated by
1.12.0