BloombergLP::bslmf::IsNil<Nil>

This specialization of IsNil derives from bsl::true_type for when the (template parameter) type is Nil.

Synopsis

Declared in <bslmf_nil.h>

template<>
struct IsNil<Nil>
    : bsl::true_type

Base Classes

NameDescription
bsl::true_typeMetafunction representing the boolean constant true.