BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmf::IsBitwiseEqualityComparable< float > Struct Reference

#include <bslmf_isbitwiseequalitycomparable.h>

Inheritance diagram for bslmf::IsBitwiseEqualityComparable< float >:
bsl::integral_constant< bool, true >

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
 

Detailed Description

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).


The documentation for this struct was generated from the following file: