daii ~master (2017-06-24T09:24:42Z)
Dub
Repo
AllocationContext
daii
closure
template
AllocationContext (
Allocator
=
Mallocator
bool
Atomic
= true
) {
struct
Delegate
(Ret, Args...)
;
auto
autodlg
(
ExArgs
exargs
)
;
}
Members
Functions
autodlg
auto
autodlg
(
ExArgs
exargs
)
Bread and butter
Structs
Delegate
struct
Delegate
(Ret, Args...)
RAII wrapper for callable closure.
Meta
Source
See Implementation
daii
closure
classes
Closure
templates
AllocationContext