SuperClassIndex

Template which evaluates to a size_t corresponding to the index in the type tuple T which contains a class implementing the IEnum interface. If no such type exists in T, then the template evaluates to T.length.

This template is public for technical reason, and should not be needed in client code - See IEnum and EnumBase for template / interface you should use.

Members

Static variables

SuperClassIndex
size_t SuperClassIndex;
Undocumented in source.
SuperClassIndex
size_t SuperClassIndex;
Undocumented in source.
SuperClassIndex
size_t SuperClassIndex;
Undocumented in source.

Parameters

i

recursion index over T

T

type tuple

Meta