Macros
These macros are used to automatically check the given condition and to return an error object if the condition is not met:
See also Error Types.
{
arrayA[i] = arrayA[i] + arrayB[i];
}
Definition: basearray.h:431
MAXON_ATTRIBUTE_FORCE_INLINE Int GetCount() const
Gets the number of array elements.
Definition: basearray.h:600
Int64 Int
signed 32/64 bit int, size depends on the platform
Definition: apibase.h:187
return OK
Definition: apibase.h:2770
#define CheckArgument(condition,...)
Definition: errorbase.h:486
#define iferr_scope
Definition: resultbase.h:1376
Further Reading