Shortcuts

Variable ripple::is_polymorphic_layout_v

Variable Documentation

template<typename T>
constexpr auto ripple::is_polymorphic_layout_v = std::is_base_of_v<PolymorphicLayout<std::decay_t<T>>, std::decay_t<T>>

Determines if a type is a polymorphic layout type.

Return

true if the type implements the polymorphic layout interface.

Template Parameters
  • T: The type to determine if implements the interface.

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