IsPBR

template<typename T>
static constexpr bool libsemigroups::IsPBR = detail::IsPBRHelper<T>::value

Helper variable template.

The value of this variable is true if the template parameter T is PBR.

Template Parameters

T – a type.