TestCollectiveBase<E, C extends Collective<E> > typedef
TestCollectiveBase<E, C extends Collective<E> > = TestCollective<E, C>
Base type for Collective test rules
Implementation
typedef TestCollectiveBase<E, C extends Collective<E>> = TestCollective<E,C>;