pyd v0.9.7 (2015-04-14T02:25:40Z)
Home
Dub
Repo
Inner.FindIndeces
util
multi_index
ValueChangedSlots
Inner
Undocumented in source.
struct
Inner
(IndexedBy)
template
FindIndeces (
string
mixinAlias
size_t
i
indeces
...
)
if
(
indeces
.
length
== 1 &&
is
(
typeof
(
indeces
[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.Indeces[index].BenefitsFromSignals
)
enum
size_t
[]
result
;
static if
(
i < List.length
)
static if
(
List[i].MixinAlias == mixinAlias
)
static if
(!(
IndexedBy.Indeces[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
FindIndeces
GenSets
GetIndecesForSignal
GetIndex
_GetIndecesForSignal
variables
AllSignals