![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
A class that has the same implicit constructors as another type. More...

A class that has the same implicit constructors as another type.
It is intended for use as a base class for other types that define the constructors with =default, so they remain trivial when present, but are deleted when T does not provide them.
| T | The type to copy the properties from |