pyd v0.12.0 (2019-08-24T18:30:41Z)
Home
Dub
Repo
IndexMixin.length
util
multi_index
Hashed
Inner
IndexMixin
Returns the number of elements in the container.
Complexity:
O
(1)
.
mixintemplate
IndexMixin
(size_t N, alias KeyFromValue, alias Hash, alias Eq, bool allowDuplicates, alias SeqRange, ThisContainer)
@
property
const
size_t
length
(
)
Meta
Source
See Implementation
util
multi_index
Hashed
Inner
IndexMixin
aliases
BucketSeqRange
ConstBucketSeqRange
ConstHashedRange
HashedRange
KeyType
eq
hash
key
functions
_Check
_ClearIndex
_DenyInsertion
_FixPosition
_Insert
_NodePosition
_NodeReplace
_NotifyChange
_PositionFixable
_Remove
_find
clear
contains
containsValue
equalRange
insert
isFirst
maxLoad
modify
opBinaryRight
opIndex
opSlice
remove
removeFirst
removeKey
replace
reserve
setFirst
toString0
properties
capacity
empty
front
length
loadFactor
structs
HashedRangeT
templates
IsMyRange
variables
_first
hashes
load_factor
Returns the number of elements in the container.
Complexity: O(1).