Shortcuts

Variable ripple::is_storage_layout_v

Variable Documentation

template<typename T>
constexpr auto ripple::is_storage_layout_v = detail::IsStorageLayout<std::decay_t<T>>::value

Determines if a type is a StorageLayout type.

Return

true if the type is a storage layout type.

Template Parameters
  • T: The type to determine if is a StoageLayout 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