autowrap v0.2.9 (2018-10-30T19:17:18Z)
Dub
Repo
IndexMixin.opSlice
util
multi_index
Heap
Inner
IndexMixin
Fetch a range that spans all the elements in the container.
Complexity:
O
(1)
HeapRange
opSlice
()
mixintemplate
IndexMixin
(size_t N, alias KeyFromValue, alias Compare, ThisContainer)
HeapRange
opSlice
(
)
ConstHeapRange
opSlice
()
Meta
Source
See Implementation
util
multi_index
Heap
Inner
IndexMixin
aliases
ConstHeapRange
HeapRange
KeyType
key
less
removeAny
functions
_Check
_ClearIndex
_FixPosition
_Insert
_NodePosition
_NodeReplace
_NotifyChange
_PositionFixable
_Remove
_invariant
capacity
clear
insert
isLe
modify
opSlice
printHeap
printHeap1
remove
removeBack
removeFront
replace
reserve
sift
swapAt
toString0
properties
back
empty
front
length
static functions
l
p
r
structs
HeapRangeT
templates
IsMyRange
variables
_heap
Fetch a range that spans all the elements in the container.
Complexity: O(1)