This partial specialization of is_void derives from bsl::true_type for when the (template parameter) t_TYPE is const volatile void.

Synopsis

Declared in <bslmf_isvoid.h>

template<>
struct is_void<void const volatile>
    : bsl::true_type

Base Classes

Name

Description

bsl::true_type

Metafunction representing the boolean constant true.

Created with MrDocs