Metafunction that is true for Nil and false for all other types.

Synopsis

Declared in <bslmf_nil.h>

template<class t_T>
struct IsNil
    : bsl::false_type

Base Classes

Name

Description

bsl::false_type

Metafunction representing the boolean constant false.

Specializations

Name

IsNil<Nil>

Created with MrDocs