pyd ~master (2018-03-05T17:12:37Z)
Home
Dub
Repo
OrderedIndex.clear
util
multi_index
OrderedIndex
Removes all elements from the container.
Complexity: ??
mixin template
OrderedIndex
(size_t N, bool allowDuplicates, alias KeyFromValue, alias Compare, ThisContainer)
void
clear
(
)
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
Removes all elements from the container.
Complexity: ??