IsStatic¶
-
template<typename T>
static bool libsemigroups::IsStatic = detail::IsStaticHelper<T>::value¶ Helper variable template.
The value of this variable is
trueif the template parameterTis derived from StaticPTransf.- Template Parameters:
T – a type.