LeechCraft
0.6.70-18808-g3467692359
Modular cross-platform feature rich live environment.
Toggle main menu visibility
Loading...
Searching...
No Matches
LC::Util::detail::IsAwaiter Concept Reference
#include "
context.h
"
Concept definition
template
<
typename
T>
concept
IsAwaiter
=
requires
(T t)
{
t.await_ready ();
t.await_resume ();
}
LC::Util::detail::IsAwaiter
Definition
context.h:40
Detailed Description
Definition at line
40
of file
context.h
.
LC
Util
detail
IsAwaiter
Generated by
1.17.0