Next: , Up: Trap Library Exports   [Index]


7.25.2.1 Caller Functions

The variadic function callers will take their non mandatory arguments as references where applicable (writable variables) and pass them by reference to the called functions.

Implicit conversions are performed for the arguments that do not match their target types. Conversion between the intrinsic scalar types are performed with no application assistance, for the rest the application provided conversion means are used.

See Intrinsic Types.

See Implicit Conversions.


Next: , Up: Trap Library Exports   [Index]