pyd ~master (2018-03-05T17:12:37Z)
Home
Dub
Repo
IndexMixin.length
util
multi_index
Hashed
Inner
IndexMixin
Returns the number of elements in the container.
Complexity:
O
(1)
.
mixin template
IndexMixin
(size_t N, alias KeyFromValue, alias Hash, alias Eq, bool allowDuplicates, alias SeqRange, ThisContainer)
@
property
size_t
length
const
(
)
Meta
Source
See Implementation
util
multi_index
Hashed
Inner
IndexMixin
functions
clear
contains
containsValue
equalRange
insert
opBinaryRight
opIndex
opSlice
remove
removeKey
properties
empty
front
length
structs
HashedRangeT
Returns the number of elements in the container.
Complexity: O(1).