Variable ripple::is_cx_number_v¶
Defined in File type_traits.hpp
Variable Documentation¶
-
template<typename
T>
constexpr boolripple::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.