TracktionEngine
Loading...
Searching...
No Matches
tracktion
engine
WeakReferenceable
tracktion::engine::WeakReferenceable Concept Reference
#include <tracktion_SafeScopedListener.h>
Concept definition
template
<
typename
T>
concept
tracktion::engine::WeakReferenceable
=
requires
(T x)
{
{ ! std::is_pointer_v<T> };
{ x.operator->() };
{
static_cast<
bool
>
(x) };
{ std::is_copy_constructible_v<T> };
}
tracktion::engine::WeakReferenceable
Definition
tracktion_SafeScopedListener.h:19
Generated on Mon Apr 14 2025 09:41:17 for TracktionEngine by
1.9.8