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.
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.