8#ifndef INCLUDED_BSLMF_ENABLEIF
9#define INCLUDED_BSLMF_ENABLEIF
506#include <bslscm_version.h>
524template <
bool t_COND,
class t_TYPE =
void>
538template <
class t_TYPE>
542#ifdef BSLS_COMPILERFEATURES_SUPPORT_ALIAS_TEMPLATES
550template <
bool t_COND,
class t_TYPE =
void>
575template <
bool t_COND,
class t_TYPE =
void>
585template <
class t_TYPE>
592#ifndef BDE_OPENSOURCE_PUBLICATION
601#define bslmf_EnableIf bslmf::EnableIf
#define BSLS_IDENT(str)
Definition bsls_ident.h:195
Definition bdlb_printmethods.h:283
Definition bdlbb_blob.h:576
Definition bslmf_enableif.h:525
t_TYPE type
This typedef is an alias to the (template parameter) t_TYPE.
Definition bslmf_enableif.h:528
Definition bslmf_enableif.h:576
t_TYPE type
This typedef is an alias to the (template parameter) t_TYPE.
Definition bslmf_enableif.h:579