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.

Synopsis

Declared in <bslmf_isbitwiseequalitycomparable.h>

template<>
struct IsBitwiseEqualityComparable<void>
    : bsl::false_type

Base Classes

Name

Description

bsl::false_type

Metafunction representing the boolean constant false.

Created with MrDocs