libsemigroups  v3.1.3
C++ library for semigroups and monoids
Loading...
Searching...
No Matches

This page contains the documentation of the public member types of a Kambites instance.

Typedefs

using native_word_type
 Type of the words in the relations of the presentation stored in a Kambites instance.
 

Typedef Documentation

◆ native_word_type

template<typename Word = detail::MultiView<std::string>>
using native_word_type
Initial value:
std::conditional_t<
std::is_same_v<Word, detail::MultiView<std::string>>,
Word>

Type of the words in the relations of the presentation stored in a Kambites instance.