Quick Links:

bal | bbl | bdl | bsl

Namespaces | Typedefs

Component bslalg_typetraitbitwiseequalitycomparable
[Package bslalg]

Provide a trait to mark classes as bit-wise eq.-comparable. More...

Namespaces

namespace  bslalg

Typedefs

typedef
bslalg::TypeTraitBitwiseEqualityComparable 
bslalg_TypeTraitBitwiseEqualityComparable

Detailed Description

Outline
Purpose:
Provide a trait to mark classes as bit-wise eq.-comparable.
Deprecated:
Use bslmf_isbitwiseequalitycomparable instead.
Classes:
bslalg::TypeTraitBitwiseEqualityComparable bit-wise eq.-comparable trait
See also:
Description:
This component provides a single traits class, bslalg::TypeTraitBitwiseEqualityComparable, which allows the trait bslmf::IsBitwiseEqualityComparable to be declared using the (deprecated) BSLALG_DECLARE_NESTED_TRAITS macro. See the bslmf_isbitwiseequalitycomparable component for details of this trait.
Usage:
No Usage example is provided since this component is deprecated.

Typedef Documentation