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.
EnableIf
t_COND
false
typedef
type
Declared in <bslmf_enableif.h>
<bslmf_enableif.h>
template<class t_TYPE> struct EnableIf<false, t_TYPE>;