scid ~John-Colvin-patch-1 (2022-05-06T09:24:25.9708105)
Dub
Repo
allConvertibleTo
scid
core
traits
Checks whether all the types U... are implicitly convertible to T.
template
allConvertibleTo (
T
U
...
)
if
(
U
.
length
> 0
) {
static if
(
U.length == 1
)
enum
allConvertibleTo
;
static if
(!(
U.length == 1
))
enum
allConvertibleTo
;
}
Members
Manifest constants
allConvertibleTo
enum
allConvertibleTo
;
Undocumented in source.
allConvertibleTo
enum
allConvertibleTo
;
Undocumented in source.
Meta
Source
See Implementation
scid
core
traits
templates
ArgumentTypeTuple
BaseElementType
allConvertibleTo
is1DArray
is2DArray
isArray
isBufferVectorField
isCallable
isComplex
isFortranType
isFunctor
isUnaryFunction
isVectorField
Checks whether all the types U... are implicitly convertible to T.