ICollection_T Class

class ICollection_T

A collection interface. When this interface is mixed in and implemented within any type of collection class, iteration via Iterator_T is enabled.

Defined in: Collect.h

Class Template Arguments

element_t

The class of the element to access in the collection.