PermHelper

template<size_t N>
struct PermHelper

Defined in element-helper.hpp.

Helper for getting the type of the smallest size permutation in libsemigroups or HPCombi that are defined on N points.

This stateless struct has a single public type named type that holds a type for representing permutation.

tparam N

the maximum number of points the permutations will be defined on.