Nil trait -- every type has this trait.
Declared in <bslalg_typetraitnil.h>
struct TypeTraitNil;
| Name | Description |
|---|---|
Metafunction | Metafunction that evaluates to true_type for any TYPE. |
NestedTraitDeclaration | This meta-function returns true_type for any type that is queried for the nil trait. |