(1)   explicit unordered_multimap( size_type bucket_count = /*implementation-defined*/,
                             const Hash& hash = Hash(),
                             const KeyEqual& equal = KeyEqual(),
                             const Allocator& alloc = Allocator() );    (since C++11) (until C++14)   unordered_multimap() : unordered_multimap( size_type(/*implementation-defined*/) {}
explicit unordered_multimap( size_type bucket_count,
                             const Has