TotalContainer.removeKey

Removes all values corresponding to key k.

Complexity: O(m * log(n)), where m is the number of elements with the same key.

struct TotalContainer(T)
size_t
removeKey

Return Value

Type: size_t

The number of elements removed.

Meta