[#bsl-basic_string-0f3-2conversion-0c] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-0f3.adoc[basic_string<char32_t>]::operator xref:BloombergLP/bslmf/NestedTraitDeclaration.adoc[BloombergLP::bslmf::NestedTraitDeclaration<basic_string<char32_t>, IsBitwiseMoveable, BloombergLP::bslmf::IsBitwiseMoveable<bsl::allocator<char32_t>>::value>] :relfileprefix: ../../ :mrdocs: `CHAR_TYPE` is required to be a POD as per the Standard, which makes `CHAR_TYPE` bitwise‐movable, so `basic_string` is bitwise‐movable as long as the (template parameter) type `ALLOCATOR` is also bitwise‐movable. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- operator xref:BloombergLP/bslmf/NestedTraitDeclaration.adoc[BloombergLP::bslmf::NestedTraitDeclaration<basic_string<char32_t>, IsBitwiseMoveable, BloombergLP::bslmf::IsBitwiseMoveable<bsl::allocator<char32_t>>::value>]() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#