Shortcuts

Variable ripple::storage_layout_kind_is_v

Variable Documentation

template<typename T, typename Kind>
constexpr auto ripple::storage_layout_kind_is_v = storage_layout_kind_v<std::decay_t<T>> == Kind::value

Determines if the storage layout kind of the type is the same as the comparison kind.

Return

true if the Kind matches the layout kind of the type T.

Template Parameters
  • T: The types whose storage layout to get.

  • Kind: The kind to check for.

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