bsl::is_void<void const volatile>

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

NameDescription
bsl::true_typeMetafunction representing the boolean constant true.