#include <iterable.h>
Classes | |
class | Iterator |
class | Range |
Mix-in for blocks that allows creating forward iterators over block ranges.
Block mix-ins are stateless and trivially constructible. See BasicBlock
for details on how mix-ins can be combined to implement blocks.
This mix-in requires its derived type also derive from ContiguousBlock
.