Shortcuts

Template Struct StorageAs

Struct Documentation

template<typename Storage, typename T>
struct ripple::detail::StorageAs

Returns the type T, with the storage type of Storage, if T has templates parameters which can be replaced by a StorageLayout type.

This is the default case that T does not have any types which can be replaced witha StorageLayout type.

Template Parameters
  • Storage: The storage type for T.

  • T: The type to specify storage for.

Public Types

using Type = T

Defines the type with the specified storage.

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