Member types

This page lists the member types of PBR.

template<typename T>
using libsemigroups::PBR::initializer_list_type = std::initializer_list<std::vector<T>> const&

Type of constructor argument.

template<typename T>
using libsemigroups::PBR::vector_type = std::vector<std::vector<T>> const&

Type of constructor argument.