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>; }

Detailed Description

Definition at line 245 of file Concepts.h.