8#ifndef INCLUDED_BSLMF_USESALLOCATOR
9#define INCLUDED_BSLMF_USESALLOCATOR
119#include <bslscm_version.h>
133template <
class t_TYPE,
class t_ALLOC,
class =
void>
141template <
class t_TYPE,
class t_ALLOC>
163template <
class t_TYPE,
class t_ALLOCATOR_TYPE>
165: BloombergLP::bslmf::UsesAllocator_Imp<t_TYPE, t_ALLOCATOR_TYPE>::type {
168#ifdef BSLS_COMPILERFEATURES_SUPPORT_VARIABLE_TEMPLATES
171template <
class t_TYPE,
class t_ALLOCATOR_TYPE>
#define BSLMF_VOIDTYPE(ARG)
Definition bslmf_voidtype.h:335
#define BSLS_IDENT(str)
Definition bsls_ident.h:195
#define BSLS_KEYWORD_INLINE_VARIABLE
Definition bsls_keyword.h:623
Definition bdlb_printmethods.h:283
Definition bdlbb_blob.h:576
Definition bslmf_integralconstant.h:244
Definition bslmf_isconvertible.h:867
Definition bslmf_usesallocator.h:165
Definition bslmf_usesallocator.h:134