Explicit specialization to confirm that the type of nullptr is fundamental.
Declared in <bslmf_isfundamental.h>
template<>
struct is_fundamental<bsl::nullptr_t>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |