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

Synopsis

Declared in <bslmf_isfundamental.h>

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

Base Classes

Name

Description

bsl::true_type

Metafunction representing the boolean constant true.

Created with MrDocs