[#bsl-is_nothrow_swappable] = xref:bsl.adoc[bsl]::is_nothrow_swappable :relfileprefix: ../ :mrdocs: This `struct` template implements the `is_nothrow_swappable` meta‐function defined in the C++17 standard. == Synopsis Declared in `<bslmf_isnothrowswappable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using std::is_nothrow_swappable; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#