CARB_ASSERT_INTEROP_SAFE#
Defined in carb/Version.h
-
CARB_ASSERT_INTEROP_SAFE(...)#
A macro to ensure interop safety by assertion.
In order to have interop safety a type must be trivially-copyable and conform to StandardLayoutType.
- Parameters:
... – The Type to check