![]() |
Raven Engine v0.1
|
Concept to check if T is a Plain Old Data (POD) type. More...
#include <Concepts.h>
Concept to check if T is a Plain Old Data (POD) type.
This concept checks whether the type T is a POD type, which is trivial and has a standard layout.
| T | The type to check. |