Shortcuts

Template Struct IsStorageLayout

Inheritance Relationships

Base Type

  • public false_type

Struct Documentation

template<typename T>
struct ripple::detail::IsStorageLayout : public false_type

Defines a class to determine of the type T is a layout type.

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

Public Static Attributes

constexpr bool value = false

Defines that the type is not 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