is_nothrow_move_assignable Class
Tests whether type has a nothrow
move assignment operator.
C++
template <class Ty>
struct is_nothrow_move_assignable;
Ty
The type to query.
An instance of the type predicate holds true if the type Ty has a nothrow move assignment operator, otherwise it holds false.
Header: <type_traits>
Namespace: std