#include <Pt/Cosmo/Enumerable.h>
Makes any standard C++ container enumerable. More...
Inherits IEnumerable< typename Container::value_type >.
Adapts a standard container to the IEnumerable interface so it can be iterated using the Cosmo enumeration mechanism.