TracktionEngine
Loading...
Searching...
No Matches
engine
WeakReferenceable
engine::WeakReferenceable Concept Reference
#include <tracktion_SafeScopedListener.h>
Concept definition
template
<
typename
T>
concept
engine::WeakReferenceable
=
requires
(T x)
{
{ ! std::is_pointer_v<T> };
{ x.operator->() };
{
static_cast<
bool
>
(x) };
{ std::is_copy_constructible_v<T> };
}
engine::WeakReferenceable
Definition
tracktion_SafeScopedListener.h:18
Generated on Mon Sep 7 2026 15:12:57 for TracktionEngine by
1.9.8