Metafunction that is true for Nil and false for all other types.
| Name | Description |
|---|---|
bsl::false_type | Metafunction representing the boolean constant false. |
| Name | Description |
|---|---|
IsNil<Nil> | This specialization of IsNil derives from bsl::true_type for when the (template parameter) type is Nil. |