FilterGroupMap<T> typedef

FilterGroupMap<T> = Map<FilterGroupID, Set<T>>

Map of filter groups convenience type.

Implementation

typedef FilterGroupMap<T> = Map<FilterGroupID, Set<T>>;