Shortcuts

Template Struct StorageLayoutKind< T< Ts… > >

Struct Documentation

template<template<typename...> typename T, typename ...Ts>
struct ripple::detail::StorageLayoutKind<T<Ts...>>

Specialization for the case that T is a class with template parameters.

Template Parameters
  • T: The type to find the LayoutKind of.

  • Ts: The template types for T.

Public Static Attributes

constexpr auto value = StorageLayoutKindImpl<Ts...>::value

Defines the value of the LayoutKind for 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