ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
ChainFunctor
ae
utils
meta
chain
Wraps a function template into a concrete value type functor.
struct
ChainFunctor (
alias
fun
) {
auto
opCall
(Arg arg);
}
Members
Functions
opCall
auto
opCall
(Arg arg)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
meta
chain
aliases
chainAll
chainFirst
functions
chainFunctor
chainIterator
structs
ChainControl
ChainFilter
ChainFunctor
ChainIterator
ChainMap
templates
chainControl
chainFilter
chainMap
Wraps a function template into a concrete value type functor.