Unions¶
This library contains one Union-definition:
ISafetyIoServices_Converter
It is used to convert a memory address (aka pointer) to a typed reference. It’s a common trick to keep the compiler relaxed when converting between types without having a cast-operator.