Shortcuts

Template Struct HasStorageLayout

Struct Documentation

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

Defines a struct to determine if the type T has a storage layout type template parameter.

Template Parameters
  • T: The type to determine if has a storage layout parameter.

Public Static Attributes

constexpr bool value = false

Returns that the type does not have a storage layout paramter.

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