ddb v0.3.0 (2017-09-08T08:15:09Z)
Home
Dub
Repo
DBRow.ArrayTypeTuple
ddb
db
DBRow
Undocumented in source.
struct
DBRow
(Specs...)
static if
(!(
isDynamicArray!T && !isSomeString!T
))
static if
(
isCompositeType!T
)
static if
(
isStaticArray!T
)
template
ArrayTypeTuple (
AT
:
U
[
N
]
U
size_t
N
) {
alias
ArrayTypeTuple
=
TypeTuple
!(
U
,
ArrayTypeTuple
!(
U
[
N
-
1
]))
;
alias
ArrayTypeTuple
=
TypeTuple
!
U
;
}
Members
Aliases
ArrayTypeTuple
alias
ArrayTypeTuple
=
TypeTuple
!(
U
,
ArrayTypeTuple
!(
U
[
N
-
1
]))
Undocumented in source.
ArrayTypeTuple
alias
ArrayTypeTuple
=
TypeTuple
!
U
Undocumented in source.
Meta
Source
See Implementation
ddb
db
DBRow
aliases
T
fieldTypes
functions
opIndex
opIndexAssign
set
setLength
setNull
toString
manifest constants
hasStaticLength
mixins
__anonymous
mixin templates
elmnt
static functions
checkReceivedFieldCount
templates
ArrayTypeTuple
variables
base
columnToIndex