This template variable represents the result value of the bsl::is_nothrow_move_constructible metafunction.
Declared in <bslmf_isnothrowmoveconstructible.h>
template<class t_TYPE>
inline constexpr bool is_nothrow_move_constructible_v = is_nothrow_move_constructible<t_TYPE>::value;