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