BloombergLP::bslmf::IsBitwiseEqualityComparable<void>

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

NameDescription
bsl::false_typeMetafunction representing the boolean constant false.