Quick Links:

bal | bbl | bdl | bsl

bslma::AllocatorTraits_IsAlwaysEqual< ALLOC, false > Struct Template Reference

#include <bslma_allocatortraits.h>

Inheritance diagram for bslma::AllocatorTraits_IsAlwaysEqual< ALLOC, false >:
bsl::is_empty< ALLOC > type

Detailed Description

template<class ALLOC>
struct bslma::AllocatorTraits_IsAlwaysEqual< ALLOC, false >

This struct template sets the boolean type for the attribute named is_always_equal to bsl::is_empty<ALLOC> if the given (template parameter) ALLOC does not define such an alias (i.e., if false == AllocatorTraits_HasIsAlwaysEqual<ALLOCATOR_TYPE>value).

See Component bslma_allocatortraits


The documentation for this struct was generated from the following file: