dcompute ~master (2020-05-31T06:50:18Z)
Dub
Repo
HostArgsOf
dcompute
driver
util
Undocumented in source.
template
HostArgsOf (
F
) {
import
std
.
traits
;
;
template
toBuffer
(T)
;
alias
HostArgsOf
=
staticMap
!(
toBuffer
,
Parameters
!
F
)
;
}
Members
Aliases
HostArgsOf
alias
HostArgsOf
=
staticMap
!(
toBuffer
,
Parameters
!
F
)
Undocumented in source.
Templates
toBuffer
template
toBuffer
(T)
Undocumented in source.
Meta
Source
See Implementation
dcompute
driver
util
templates
HostArgsOf
Undocumented in source.