description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||
---|---|---|---|---|---|---|---|---|
Learn more about: is_standard_layout Class |
is_standard_layout Class |
11/04/2016 |
|
|
15ccf111-f537-45ef-b552-59152a7ba312 |
Tests if type is a standard layout.
template <class Ty>
struct is_standard_layout;
Ty
The type to query
An instance of this type predicate holds true if the type Ty is a class that has a standard layout of member objects in memory, otherwise it holds false.
Header: <type_traits>
Namespace: std