Deduce the template parameters KEY and VALUE from the value_type of the iterators supplied to the constructor of unordered_map. Deduce the template parameter ALLOCATOR from the other parameter passed to the constructor of unordered_map. This deduction guide does not participate unless the supplied allocator meets the requirements of a standard allocator.

Synopsis

Declared in <bslstl_unorderedmap.h>

Created with MrDocs