|
BDE 4.39.x Production Release
|
#include <bslma_usesbslmaallocator.h>
This metafunction is derived from true_type if TYPE adheres to the bslma allocator usage idiom and false_type otherwise.
bslma::Allocator * to TYPE is deprecated as a means of indicating that a type follows the bslma allocator usage idiom. Additional Inherited Members | |
Public Types inherited from bsl::integral_constant< bool, UsesBslmaAllocator_Imp< TYPE >::value > | |
| typedef bool | value_type |
| typedef integral_constant | type |
Public Member Functions inherited from bsl::integral_constant< bool, UsesBslmaAllocator_Imp< TYPE >::value > | |
| integral_constant ()=default | |
| integral_constant (const integral_constant &)=default | |
| integral_constant | operator= (const integral_constant &)=default |
| ~integral_constant ()=default | |
| operator value_type () const | |
| value_type | operator() () const |
Static Public Attributes inherited from bsl::integral_constant< bool, UsesBslmaAllocator_Imp< TYPE >::value > | |
| static const bool | value |