is_standard_layout template in C++
The std::is_standard_layout template of C++ STL is used to check whether the type is a standard layout or not. It returns a boolean value showing the same. Syntax: template < class T > struct is_standard_layout; Parameters: This template contains single parameter T (Trait class) to check wheth