pyd v0.12.0 (2019-08-24T18:30:41Z)
Home
Dub
Repo
Inner.FindIndices
util
multi_index
ValueChangedSlots
Inner
Undocumented in source.
struct
Inner
(IndexedBy)
template
FindIndices (
string
mixinAlias
size_t
i
indices
...
)
if
(
indices
.
length
== 1 &&
is
(
typeof
(
indices
[0]) ==
size_t
[])
) {
static if
(
i < List.length
)
static if
(
List[i].MixinAlias == mixinAlias
)
enum
index
;
static if
(
i < List.length
)
static if
(
List[i].MixinAlias == mixinAlias
)
static if
(
IndexedBy.Indices[index].BenefitsFromSignals
)
enum
size_t
[]
result
;
static if
(
i < List.length
)
static if
(
List[i].MixinAlias == mixinAlias
)
static if
(!(
IndexedBy.Indices[index].BenefitsFromSignals
))
enum
size_t
[]
result
;
static if
(
i < List.length
)
static if
(!(
List[i].MixinAlias == mixinAlias
))
enum
size_t
[]
result
;
static if
(!(
i < List.length
))
enum
size_t
[]
result
;
}
Members
Manifest constants
index
enum
index
;
Undocumented in source.
Variables
result
enum
size_t
[]
result
;
Undocumented in source.
result
enum
size_t
[]
result
;
Undocumented in source.
result
enum
size_t
[]
result
;
Undocumented in source.
result
enum
size_t
[]
result
;
Undocumented in source.
Meta
Source
See Implementation
util
multi_index
ValueChangedSlots
Inner
aliases
List
Mixin2Index
manifest constants
N
static functions
exposeType
templates
FindIndices
GenSets
GetIndex
GetIndicesForSignal
_GetIndicesForSignal
variables
AllSignals