sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
getQueryTypeList.helper
sqlbuilder
traits
getQueryTypeList
Undocumented in source.
template
getQueryTypeList
(Q, Cols...)
static if
(!(
Q.QueryTypes.length == 1 && is(Q.QueryTypes[0] == void)
))
template
helper (
size_t
idx
X
...
) {
alias
helper
=
helper
!(
idx
+
1
,
X
[
0
..
idx
],
X
[
idx
].
type
,
X
[
idx
+
1
..$])
;
}
Members
Aliases
helper
alias
helper
=
helper
!(
idx
+
1
,
X
[
0
..
idx
],
X
[
idx
].
type
,
X
[
idx
+
1
..$])
Undocumented in source.
Meta
Source
See Implementation
sqlbuilder
traits
getQueryTypeList
aliases
getQueryTypeList
newTypes
templates
helper