[#bsl-is_nothrow_move_constructible_v] = xref:bsl.adoc[bsl]::is_nothrow_move_constructible_v :relfileprefix: ../ :mrdocs: This template variable represents the result value of the `bsl::is_nothrow_move_constructible` metafunction. == Synopsis Declared in `<bslmf_isnothrowmoveconstructible.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> inline constexpr bool is_nothrow_move_constructible_v = is_nothrow_move_constructible<t_TYPE>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#