BDE 4.39.x 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 >

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

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
 
 operator value_type () const
 
value_type operator() () const
 
- Static Public Attributes inherited from bsl::integral_constant< bool, true >
static const bool value
 

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