description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: is_nothrow_destructible Class |
is_nothrow_destructible Class |
11/04/2016 |
|
|
0bbd8a28-e312-4d72-bd28-aac027f974d3 |
Tests whether the type is destructible and the destructor is known to the compiler not to throw.
template <class T>
struct is_nothrow_destructible;
T
The type to query.
An instance of the type predicate holds true if the type T is a destructible type, and the destructor is known to the compiler not to throw. Otherwise, it holds false.
Header: <type_traits>
Namespace: std