sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
getParamType.getParamType
sqlbuilder
traits
getParamType
Undocumented in source.
alias
getParamType
=
void
alias
getParamType
=
ElementType
!
P
alias
getParamType
=
void
alias
getParamType
=
P2
alias
getParamType
=
P1
template
getParamType
(T...)
static if
(!(
T.length == 0
))
static if
(!(
T.length == 1
))
static if
(!(
is(P1 == void)
))
static if
(
is(P2 == void)
)
alias
getParamType
=
P1
alias
getParamType
=
typeof
(
true
?
P1
.
init
:
P2
.
init
)
Meta
Source
See Implementation
sqlbuilder
traits
getParamType
aliases
P1
P2
X
getParamType