CollectiveQueueProperties<E> typedef
CollectiveQueueProperties<E> = CollectiveCellProperties<E, Queue<E> >
Type alias for Queue-specific Collective properties
Implementation
typedef CollectiveQueueProperties<E> = CollectiveCellProperties<E,Queue<E>>;