[#bsl-enable_if-08] = xref:bsl.adoc[bsl]::xref:bsl/enable_if-07.adoc[enable_if]<false, t_TYPE> :relfileprefix: ../ :mrdocs: This partial specialization of `enable_if`, 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:bsl/enable_if-07.adoc[enable_if]<false, t_TYPE>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#