concurrent_unordered_multiset::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

See Also

Reference

concurrent_unordered_multiset Class