Variable ripple::is_iterator_v¶
Defined in File iterator_traits.hpp
Variable Documentation¶
-
template<typename
T>
constexpr autoripple::is_iterator_v= iterator_traits_t<T>::is_iterator¶ Returns true if the type T is an iterator.
- Template Parameters
T: The type to determine if is an iterator.