Typedef ripple::iterator_traits_t¶
Typedef Documentation¶
-
template<typename
T
>
usingripple
::
iterator_traits_t
= IteratorTraits<std::decay_t<T>>¶ Defines the iterator traits for the type T after decaying the type T.
- Template Parameters
T
: The type to get the iterator traits for.