description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: is_trivially_destructible Class |
is_trivially_destructible Class |
11/04/2016 |
|
|
3f7a787d-2448-40c5-ac51-a228318e02ce |
Tests whether the type is trivially destructible.
template <class T>
struct is_trivially_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 to use no non-trivial operations. Otherwise, it holds false.
Header: <type_traits>
Namespace: std