Shortcuts

Template Struct StorageLayoutKind

Struct Documentation

template<typename T>
struct ripple::detail::StorageLayoutKind

Determines the LayoutKind for the type T, if it has a StorageLayout<> as one of its template parameters.

Template Parameters
  • T: The type to find the storage layout kind for.

Public Static Attributes

constexpr auto value = StorageLayoutKindImpl<T>::value

The value of the LayoutKind for type T.

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