Synopsis

Declared in <bslstl_unorderedmultiset.h>

template<
    class KEY,
    class HASH,
    class EQUAL,
    class ALLOCATOR>
struct HasStlIterators<bsl::unordered_multiset<KEY, HASH, EQUAL, ALLOCATOR>>
    : bsl::true_type

Base Classes

Name

Description

bsl::true_type

Metafunction representing the boolean constant true.

Created with MrDocs