File type_ops.h#
Defines
-
BY_TYPE_HELPER(name, func, matrix_func)#
Helper to handle polymorphism by creating a switch from a runtime type enum to dispatch to the templated method func. Used to perform type-aware operations.
Args: name: Name of the output function (ex: FormatByType) func: Name of a function template (ex: FormatHelper)