Typedef ripple::non_iterator_enable_t¶
Defined in File iterator_traits.hpp
Typedef Documentation¶
-
template<typename
T
>
usingripple
::
non_iterator_enable_t
= std::enable_if_t<!is_iterator_v<T>, int>¶ Defines a valid type if the type T is not an iterator.
- Template Parameters
T
: The type to base the enable on.