Explicit specialization to confirm that void types are never bitwise EqualityComparable. Note that cv-void types are covered by the partial specialization for any cv-qualified type.
Declared in <bslmf_isbitwiseequalitycomparable.h>
template<>
struct IsBitwiseEqualityComparable<void>
: bsl::false_type
| Name | Description |
|---|---|
bsl::false_type | Metafunction representing the boolean constant false. |