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

Name

Description

true_type

Metafunction representing the boolean constant true.

Created with MrDocs