[#BloombergLP-bslmf-EnableIf-0e8] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/EnableIf-0e4.adoc[EnableIf]<false, t_TYPE> :relfileprefix: ../../ :mrdocs: This partial specialization of `EnableIf`, for when the (template parameter) `t_COND` is `false`, guarantees that no `typedef` `type` is supplied. Note that this class definition is intentionally empty. == Synopsis Declared in `<bslmf_enableif.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct xref:BloombergLP/bslmf/EnableIf-0e4.adoc[EnableIf]<false, t_TYPE>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#