bsl::is_fundamental<bsl::nullptr_t const volatile>

Explicit specialization to confirm that the type of const volatile nullptr is fundamental.

Synopsis

Declared in <bslmf_isfundamental.h>

template<>
struct is_fundamental<bsl::nullptr_t const volatile>
    : bsl::true_type

Base Classes

NameDescription
bsl::true_typeMetafunction representing the boolean constant true.