• Docs >
  • Ripple API >
  • Template Struct IsStorageLayout< StorageLayout< Layout > >
Shortcuts

Template Struct IsStorageLayout< StorageLayout< Layout > >

Inheritance Relationships

Base Type

  • public true_type

Struct Documentation

template<LayoutKind Layout>
struct ripple::detail::IsStorageLayout<StorageLayout<Layout>> : public true_type

Specialization for the case of the IsStorageLayout struct for the case the type to check is a StorageLayout.

Template Parameters
  • Layout: The kind of the layout for the storage.

Public Static Attributes

constexpr bool value = true

Defines that the type is a storage layout 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