Metafunction that is true for Nil and false for all other types.
true
Nil
false
Declared in <bslmf_nil.h>
<bslmf_nil.h>
template<class t_T> struct IsNil : bsl::false_type
bsl::false_type
IsNil<Nil>