Degree

template<typename TPTransf16Subclass>
struct libsemigroups::Degree<TPTransf16Subclass, std::enable_if_t<std::is_base_of<HPCombi::PTransf16, TPTransf16Subclass>::value>>

Defined in hpcombi.hpp.

Specialization of the adapter Degree for subclasses of HPCombi::PTransf16.

See also

Degree.

Public Functions

inline constexpr size_t operator()(TPTransf16Subclass const&) const noexcept

Returns 16.

Throws

(None) – This function is noexcept and is guaranteed never to throw.