Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Tests whether type has a nothrow
move constructor.
Syntax
template <class Ty>
struct is_nothrow_move_constructible;
Parameters
Ty
The type to query.
Remarks
An instance of the type predicate holds true if the type Ty has a nothrow move constructor, otherwise it holds false.
Requirements
Header: <type_traits>
Namespace: std