Shortcuts

Variable ripple::is_vec_element_v

Variable Documentation

template<typename T>
constexpr auto ripple::is_vec_element_v = StorageElementTraits<std::decay_t<T>>::is_vec_element

Returns true if the type T is a vector storage element, otherwise returns false.

Template Parameters
  • T: The type to determine if is a Vector storage element type.

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