spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
ParameterIdentifierTuple.Get
spasm
ct
ParameterIdentifierTuple
Undocumented in source.
template
Get
(size_t i)
template
ParameterIdentifierTuple
(func...)
static if
(
is(FunctionTypeOf!func PT == __parameters)
)
template
Get (
size_t
i
) {
static if
(
is(FunctionTypeOf!func PT == __parameters)
)
static if
(
!isFunctionPointer!func && !isDelegate!func && is(typeof(__traits(identifier, PT[i..i + 1])))
)
enum
Get
;
static if
(
is(FunctionTypeOf!func PT == __parameters)
)
static if
(!(
!isFunctionPointer!func && !isDelegate!func && is(typeof(__traits(identifier, PT[i..i + 1])))
))
enum
Get
;
}
template
Get
(size_t i)
Members
Manifest constants
Get
enum
Get
;
Undocumented in source.
Get
enum
Get
;
Undocumented in source.
Meta
Source
See Implementation
spasm
ct
ParameterIdentifierTuple
aliases
PT
ParameterIdentifierTuple
templates
Get
Impl