BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslma::AllocatorTraits_IsAlwaysEqual< ALLOC, bool > Struct Template Reference

#include <bslma_allocatortraits.h>

Inheritance diagram for bslma::AllocatorTraits_IsAlwaysEqual< ALLOC, bool >:

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).


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