Member types

This page contains information about the member types of the Blocks class.

using libsemigroups::Blocks::const_iterator = typename std::vector<uint32_t>::const_iterator

Type for const iterators pointing to the index of the block.

using libsemigroups::Blocks::iterator = typename std::vector<uint32_t>::iterator

Type for iterators pointing to the index of the block.

using libsemigroups::Blocks::lookup_const_iterator = std::vector<bool>::const_iterator

Type for const iterators pointing to the transverse block lookup.