Typedef wrench::ArenaNonConstexprSizeEnable

Typedef Documentation

template<typename Arena>
using wrench::ArenaNonConstexprSizeEnable = std::enable_if_t<!std::decay_t<Arena>::contexpr_size, int>

Defines a valid type if the Arena does not have a contexpr size.

Template Parameters
  • Arena: The arena to base the enable on.