concurrent_unordered_multiset::unsafe_end Method
Restituisce un iteratore l'ultimo elemento nel contenitore di un bucket specifico.
local_iterator unsafe_end(
size_type _Bucket
);
const_local_iterator unsafe_end(
size_type _Bucket
) const;
Parametri
- _Bucket
Indice del bucket.
Valore restituito
Un iteratore che punta alla fine del bucket.
Requisiti
Intestazione: internal_concurrent_hash.h
Spazio dei nomi: concurrency