Quick Links:

bal | bbl | bdl | bsl

bslmf::IsBitwiseEqualityComparable< t_TYPE > Struct Template Reference

#include <bslmf_isbitwiseequalitycomparable.h>


Detailed Description

template<class t_TYPE>
struct bslmf::IsBitwiseEqualityComparable< t_TYPE >

This trait struct is a metafunction that determines whether the specified parameter t_TYPE is bitwise EqualityComparable. If IsBitwiseEqualityComparable<t_TYPE> is derived from true_type then t_TYPE is bitwise EqualityComparable. Otherwise, bitwise equality comparability cannot be inferred for t_TYPE. This trait can be associated with a bitwise EqualityComparable user-defined class by specializing this class or by using the BSLMF_NESTED_TRAIT_DECLARATION macro.

See Component bslmf_isbitwiseequalitycomparable


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