TotalContainer.removeKey

size_t removeKey(KeyType k)

Removes all values corresponding to key k.

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

Returns

The number of elements removed.