dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QArrayOpsSelector.Type
qt
core
arraydataops
QArrayOpsSelector
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
alias
Type
=
QPodArrayOps
!(
T
)
alias
Type
=
QMovableArrayOps
!(
T
)
alias
Type
=
QGenericArrayOps
!(
T
)
template
QArrayOpsSelector
(T)
extern (
C
++)
static if
(!(
!QTypeInfo!T.isComplex && QTypeInfo!T.isRelocatable
))
static if
(!(
QTypeInfo!T.isComplex && QTypeInfo!T.isRelocatable
))
alias
Type
=
QGenericArrayOps
!(
T
)
Meta
Source
See Implementation
qt
core
arraydataops
QArrayOpsSelector
aliases
Type