IsStatic

template<typename T>
static constexpr bool libsemigroups::IsStatic = detail::IsStaticHelper<T>::value

Helper variable template.

The value of this variable is true if the template parameter T is derived from StaticPTransf.

Template Parameters

T – a type.