dcompute ~master (2022-03-04T06:15:12.0261143)
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