Aracılığıyla paylaş


is_nothrow_move_constructible Sınıfı

Türün taşıma nothrow oluşturucus olup olmadığını test eder.

Sözdizimi

template <class Ty>
struct is_nothrow_move_constructible;

Parametreler

Ty
Sorgulanacak tür.

Açıklamalar

Ty türünün bir nothrow taşıma oluşturucusunun olması durumunda tür koşulunun bir örneği true değerini tutar, aksi takdirde false değerini tutar.

Gereksinimler

Üst Bilgi:<type_traits>

Ad alanı: std

Ayrıca bkz.

<type_traits>