autowrap v0.2.9 (2018-10-30T19:17:18Z)
Dub
Repo
ForEachCheckInsert.result
util
multi_index
MultiIndexContainer
ForEachCheckInsert
Undocumented in source.
enum
result
;
template
ForEachCheckInsert
(size_t i, size_t N)
static if
(
i < IndexedBy.Indices.length
)
static if
(
i != N && __traits(hasMember, index!i, "_DenyInsertion")
)
enum
result
=
(
Replace
!(
q{
ThisNode
*
aY
;
bool
bY
=
index
!(
Y
).
_DenyInsertion
(
node
,
aY
);
if
(
bY
)
goto
denied
;
}
,
"Y"
,
i
)) ~
ForEachCheckInsert
!(
i
+
1
,
N
).
result
;
enum
result
;
enum
result
;
Meta
Source
See Source File
util
multi_index
MultiIndexContainer
ForEachCheckInsert
manifest constants
result