Typedef ripple::non_dim_enable_t¶
Defined in File dim.hpp
Typedef Documentation¶
-
template<typename
T
>
usingripple
::
non_dim_enable_t
= std::enable_if_t<!is_dimension_v<T>, int>¶ Defines a valid type if the given template is not a dimension.
- Template Parameters
T
: The type to base the enable on.