Complexity

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

Defined in hpcombi.hpp.

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

See also

Complexity.

Public Functions

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

Returns 0.

Throws

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