ae v0.0.2728 (2020-08-02T06:18:06Z)
Home
Dub
Repo
BoundFunctorOf
ae
utils
meta
binding
Undocumented in source.
struct
BoundFunctorOf (
R
alias
f
) {
R
context
;
template
opCall
(Args...)
;
auto
bind
(R r);
}
Members
Functions
bind
auto
bind
(R r)
Ignore - BoundFunctors are already bound
Templates
opCall
template
opCall
(Args...)
Undocumented in source.
Variables
context
R
context
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
meta
binding
structs
BoundFunctorOf
UnboundFunctorOf
templates
boundFunctorOf
unboundFunctorOf