ddb v0.3.0 (2017-09-08T08:15:09Z)
Home
Dub
Repo
isVariantN
ddb
db
Undocumented in source.
template
isVariantN (
T
) {
static if
(
T.stringof.length >= 8 && T.stringof[0 .. 8] == "VariantN"
)
enum
isVariantN
;
static if
(!(
T.stringof.length >= 8 && T.stringof[0 .. 8] == "VariantN"
))
enum
isVariantN
;
}
Members
Manifest constants
isVariantN
enum
isVariantN
;
Undocumented in source.
isVariantN
enum
isVariantN
;
Undocumented in source.
Meta
Source
See Implementation
ddb
db
aliases
ColumnToIndexDelegate
structs
DBRow
templates
Nullable
isCompositeType
isNullable
isVariantN
nullableTarget