Shortcuts

Variable ripple::is_any_block_v

Variable Documentation

template<typename T>
constexpr bool ripple::is_any_block_v = is_block_v<T> || is_multiblock_v<T>

Returns true if the type T is any kind of block.

Template Parameters
  • T: The type 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