concurrent_unordered_multiset::unsafe_bucket Method
Restituisce l'indice del bucket tale mappature chiave specifiche nel contenitore.
size_type unsafe_bucket(
const key_type& _Keyval
) const;
Parametri
- _Keyval
La chiave dell'elemento trovata.
Valore restituito
Indice del bucket per la chiave nel contenitore.
Requisiti
Intestazione: internal_concurrent_hash.h
Spazio dei nomi: concurrency