Typedef ripple::non_vec_element_enable_t¶
Typedef Documentation¶
-
template<typename
T
>
usingripple
::
non_vec_element_enable_t
= std::enable_if_t<!is_vec_element_v<T>, int>¶ Define a valid type if the type T is not a vector storage element, otherwise does not define a valid type.
- Template Parameters
T
: The type to base the enable on.