Variable ripple::is_expander_modifier_v¶
Defined in File modifier.hpp
Variable Documentation¶
-
template<typename
T
>
constexpr boolripple
::
is_expander_modifier_v
= modification_traits_t<T>::is_expander¶ Determines if the given type is an expander modifier.
- Template Parameters
T
: The type to determine if is an expander.