Closure

A manually constructed closure, aimed at shared

struct Closure (
Fun
Args...
) {}

Members

Functions

apply
auto apply()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

args
Args args;
Undocumented in source.
fun
Fun fun;
Undocumented in source.

Meta