Shortcuts

Template Struct HasStorageLayout< T< Ts… > >

Struct Documentation

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

Specialization for the case that the type has template parameters.

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

  • Ts: The types for the type T.

Public Static Attributes

constexpr bool value = std::disjunction_v<IsStorageLayout<Ts>...>

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