| description | Learn more about: is_final Class | |
|---|---|---|
| title | is_final Class | |
| ms.date | 11/04/2016 | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 9dbad82f-6685-4909-94e8-98e4a93994b9 |
Tests whether the type is a class type marked final.
template <class T>
struct is_final;T
The type to query.
An instance of the type predicate holds true if the type T is a class type marked final, otherwise it holds false. If T is a class type, it must be a complete type.
Header: <type_traits>
Namespace: std