bsl::is_void<void volatile>

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

Synopsis

Declared in <bslmf_isvoid.h>

template<>
struct is_void<void volatile>
    : true_type

Base Classes

NameDescription
true_typeMetafunction representing the boolean constant true.