Shortcuts

Typedef ripple::arena_constexpr_size_enable_t

Typedef Documentation

template<typename Arena>
using ripple::arena_constexpr_size_enable_t = 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.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples