Asserts that T, which is the type of the i-th field of S, is a supported
field type for struct serialization; typedefs and unions are currently
not supported.
Warns if T is an associative array.
Template parameters:
T = type to check
S = struct type (for message generation)
i = struct field index (for message generation)
Asserts that T, which is the type of the i-th field of S, is a supported field type for struct serialization; typedefs and unions are currently not supported. Warns if T is an associative array.
Template parameters: T = type to check S = struct type (for message generation) i = struct field index (for message generation)