#include <RTOp.h>
Instantiations of this type are used as polymorphic objects for applying reduction/transformation operations on sub-vectors.
Strictly speaking, the class of the object is determined by the virtual function table that vtbl points to while the specific object instance data is pointed to by obj_data. This design allows complete polymorphic objects in C.
Definition at line 776 of file RTOp.h.
1.3.9.1