Typedef wrench::ArenaConstexprSizeEnable

Typedef Documentation

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

Defines a valid type if the Arena has a contexpr size.

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