Member types

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

using libsemigroups::FpSemigroupInterface::char_type = char

Type for characters.

using libsemigroups::FpSemigroupInterface::const_iterator = std::vector<rule_type>::const_iterator

Type for const iterators to the defining rules.

using libsemigroups::FpSemigroupInterface::rule_type = std::pair<string_type, string_type>

Type for rules.

using libsemigroups::FpSemigroupInterface::string_type = std::string

Type for strings.