pyd ~master (2018-03-05T17:12:37Z)
Home
Dub
Repo
IndexMixin.opSlice
util
multi_index
Heap
Inner
IndexMixin
Fetch a range that spans all the elements in the container.
Complexity:
O
(1)
mixin template
IndexMixin
(size_t N, alias KeyFromValue, alias Compare, ThisContainer)
HeapRange
opSlice
(
)
Meta
Source
See Implementation
util
multi_index
Heap
Inner
IndexMixin
aliases
removeAny
functions
capacity
clear
insert
opSlice
removeBack
removeFront
reserve
properties
back
empty
front
length
structs
HeapRangeT
Fetch a range that spans all the elements in the container.
Complexity: O(1)