Condividi tramite


concurrent_unordered_map::cend Method

Restituisce un iteratore const che punta alla posizione che è l'ultimo elemento oggetto contenitore simultaneo.Questo metodo è sicuro di concorrenza.

const_iterator cend( ) const;

Valore restituito

Un iteratore const in cui è l'ultimo elemento oggetto contenitore simultaneo.

Requisiti

Intestazione: internal_concurrent_hash.h

Spazio dei nomi: concurrency::details

Vedere anche

Riferimenti

Classe concurrent_unordered_map