BloombergLP::bslmf::EnableIf<false, t_TYPE>

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>

template<class t_TYPE>
struct EnableIf<false, t_TYPE>;