BDE 4.14.0 Production release
|
#include <bslmf_isbitwiseequalitycomparable.h>
Additional Inherited Members | |
Public Types inherited from bsl::integral_constant< bool, true > | |
typedef bool | value_type |
typedef integral_constant | type |
Public Member Functions inherited from bsl::integral_constant< bool, true > | |
integral_constant ()=default | |
integral_constant (const integral_constant &)=default | |
integral_constant | operator= (const integral_constant &)=default |
~integral_constant ()=default | |
BSLS_KEYWORD_CONSTEXPR | operator value_type () const BSLS_KEYWORD_NOEXCEPT |
Return t_VAL . | |
Static Public Attributes inherited from bsl::integral_constant< bool, true > | |
static const bool | value |
Revert of {DRQS 143286899}. Once clients are fixed, change to false. Explicit specialization to confirm that floating point types are not bitwise EqualityComparable, as they typically have specific problematic values: NaNs do not compare equal with themselves, and there may be multiple representations for zero (with negative zero).