[#BloombergLP-bslmf-IsBitwiseMoveable-092] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/IsBitwiseMoveable-0fb.adoc[IsBitwiseMoveable]<xref:bsl/list-054.adoc[bsl::list<VALUE, ALLOCATOR>]> :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class VALUE, class ALLOCATOR> struct xref:BloombergLP/bslmf/IsBitwiseMoveable-0fb.adoc[IsBitwiseMoveable]<xref:bsl/list-054.adoc[bsl::list<VALUE, ALLOCATOR>]> : xref:BloombergLP/bslmf/IsBitwiseMoveable-0fb.adoc[BloombergLP::bslmf::IsBitwiseMoveable<ALLOCATOR>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bslmf/IsBitwiseMoveable-0fb.adoc[BloombergLP::bslmf::IsBitwiseMoveable<ALLOCATOR>]` | Trait metafunction that determines whether the specified parameter `t_TYPE` is bitwise moveable. If `IsBitwiseMoveable<t_TYPE>` is derived from `bsl::true_type` then `t_TYPE` is bitwise moveable. Otherwise, bitwise moveability cannot be inferred for `t_TYPE`. This trait can be associated with a bitwise moveable user‐defined class by specializing this class or by using the `BSLMF_NESTED_TRAIT_DECLARATION` macro. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#