Shortcuts

Variable ripple::is_cx_number_v

Variable Documentation

template<typename T>
constexpr bool ripple::is_cx_number_v = is_dimension_v<T> || is_number_v<T>

Returns true if the template parameter is a constexpr evaluatable number.

Template Parameters
  • T: The type to determine if is a constexpr number.

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