CollectiveSetProperties<E> typedef

CollectiveSetProperties<E> = CollectiveCellProperties<E, Set<E>>

Type alias for Set-specific Collective properties

Implementation

typedef CollectiveSetProperties<E> = CollectiveCellProperties<E,Set<E>>;