pyd ~master (2018-03-05T17:12:37Z)
Home
Dub
Repo
OrderedIndex.opSlice
util
multi_index
OrderedIndex
Fetch a range that spans all the elements in the container.
Complexity:
O
(log(n))
mixin template
OrderedIndex
(size_t N, bool allowDuplicates, alias KeyFromValue, alias Compare, ThisContainer)
OrderedRange
opSlice
(
)
Meta
Source
See Implementation
util
multi_index
OrderedIndex
aliases
Elem
functions
bounds
clear
equalRange
insert
lowerBound
modify
opBinaryRight
opIndex
opSlice
remove
removeAny
removeBack
removeFront
removeKey
replace
upperBound
properties
back
empty
front
length
structs
OrderedRangeT
Fetch a range that spans all the elements in the container.
Complexity: O(log(n))