This partial specialization of is_void derives from bsl::true_type for when the (template parameter) t_TYPE is const volatile void.
Declared in <bslmf_isvoid.h>
template<>
struct is_void<void const volatile>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |