This explicit specialization reports that void is never bitwise EqualityComparable.
Synopsis
Declared in <bslmf_isbitwiseequalitycomparable.h>
template<>
struct IsBitwiseEqualityComparable<void>
: bsl::false_type
Description
Note that cv‐`void` types are covered by the partial specialization for any cv‐qualified type.
Base Classes
Name |
Description |
Metafunction representing the boolean constant |
Created with MrDocs