opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
osc
WatchableLifetime
osc::WatchableLifetime Concept Reference
#include <
watchable_lifetime.h
>
Concept definition
template
<
typename
T>
concept
osc::WatchableLifetime
=
requires
(
const
T
&
lifetime
)
{
{
lifetime
.watch() } -> std::convertible_to<LifetimeWatcher>;
}
osc::WatchableLifetime
Definition
watchable_lifetime.h:11
osc::Key::T
@ T
osc::to
constexpr U to(T &&value)
Definition
conversion.h:56
Generated by
1.9.8