BDE 4.14.0 Production release
|
#include <bslma_allocatortraits.h>
Public Types | |
typedef bsl::integral_constant< bool, value > | type |
Static Public Attributes | |
static const bool | value |
This struct
template provides a mechanism for determining whether a given (template parameter) ALLOCATOR_TYPE
defines a nested alias named propagate_on_container_copy_assignment
. The static boolean member value
(nested alias named type
) is true
(bsl::true_type
) if ALLOCATOR_TYPE
defines such an alias, and false
(bsl::false_type
) otherwise.
typedef bsl::integral_constant<bool, value> bslma::AllocatorTraits_HasPropOnCopyAssign< ALLOCATOR_TYPE >::type |
|
static |