ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
BoundFunctorOf
ae
utils
meta
binding
Undocumented in source.
deprecated
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