Shortcuts

Variable ripple::has_storage_layout_v

Variable Documentation

template<typename T>
constexpr auto ripple::has_storage_layout_v = detail::HasStorageLayout<std::decay_t<T>>::value

Determines if a type has a StorageLayout type as a template parameter.

Note

This will not work if the class has template parameters which are not types (i.e non-type template parameters). If this is required, the numeric template parameters can be wrapped in the Num or Int64 classes before calling this.

Return

true if the type has a template parameter which is a storage layout.

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

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