concurrent_unordered_map::get_allocator Method
Returns the stored allocator object for this concurrent container. This method is concurrency safe.
allocator_type get_allocator( ) const;
Return Value
The stored allocator object for this concurrent container.
Requirements
Header: internal_concurrent_hash.h
Namespace: concurrency