共用方式為


is_nothrow_move_constructible 類別

測試類型是否有移動建 nothrow 構函式。

語法

template <class Ty>
struct is_nothrow_move_constructible;

參數

Ty
要查詢的類型。

備註

如果類型 Ty 具有 nothrow 移動建構函式,則類型述詞的實例會保留 true,否則會保留 false。

需求

標頭:<type_traits>

命名空間:std

另請參閱

<type_traits>