[#BloombergLP-bslalg-TypeTraitBitwiseEqualityComparable-NestedTraitDeclaration] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/TypeTraitBitwiseEqualityComparable.adoc[TypeTraitBitwiseEqualityComparable]::NestedTraitDeclaration :relfileprefix: ../../../ :mrdocs: This class template ties the `bslalg::TypeTraitBitwiseEqualityComparable` trait tag to the `bslmf::IsBitwiseEqualityComparable` trait metafunction. == Synopsis Declared in `<bslalg_typetraitbitwiseequalitycomparable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> struct NestedTraitDeclaration : xref:BloombergLP/bslmf/NestedTraitDeclaration.adoc[bslmf::NestedTraitDeclaration<TYPE, IsBitwiseEqualityComparable>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bslmf/NestedTraitDeclaration.adoc[bslmf::NestedTraitDeclaration<TYPE, IsBitwiseEqualityComparable>]` | Class `t_TYPE` will be convertible to `NestedTraitDeclaration<t_TYPE,t_TRAIT,true>` if `t_TRAIT` is associated with `t_TYPE` using the `BSLMF_NESTED_TRAIT_DECLARATION` macro. Nested trait detection depends on `t_COND` being true. If `t_COND` is false, the nested trait detection will not see the conversion it is looking for and will not associate `t_TRAIT` with `t_TYPE`. This feature is used by `BSLMF_NESTED_TRAIT_DECLARATION_IF` to turn a trait on or off depending on a compile‐time condition (usually another trait). |=== == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/NestedTraitDeclaration/Type.adoc[`Type`] | This `typedef` is an alias to `NestedTraitDeclaration`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#