Quick Links:

bal | bbl | bdl | bsl

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

#include <bslma_allocatortraits.h>


Detailed Description

template<class ALLOC, bool = AllocatorTraits_HasIsAlwaysEqual<ALLOC>::value>
struct bslma::AllocatorTraits_IsAlwaysEqual< ALLOC, bool >

This struct template sets the boolean type for the attribute named is_always_equal to the nested type alias in the given (template parameter) ALLOC if ALLOC defines such an alias (i.e., if true == AllocatorTraits_HasIsAlwaysEqual<ALLOCATOR_TYPE>value).

See Component bslma_allocatortraits


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