Typedef ripple::array_enable_t¶
Defined in File array_traits.hpp
Typedef Documentation¶
-
template<typename
T
>
usingripple
::
array_enable_t
= std::enable_if_t<is_array_v<T>, int>¶ Defines a valid type if the type T is an array.
- Template Parameters
T
: The type to base the enable on.