#include <_trivial.h>
========================================================================
This class makes the given type 'trivial', effectively disabling the constructor and destructor. (This is useful for unions) Some extra casting may be necessary to get it to work properly.
1.5.2