Searched refs:IteratorTraits (Results 1 – 2 of 2) sorted by relevance
23 template <class OptionsT, bool IsConst> struct IteratorTraits;24 template <class OptionsT> struct IteratorTraits<OptionsT, false> {31 template <class OptionsT> struct IteratorTraits<OptionsT, true> {92 using Traits = ilist_detail::IteratorTraits<OptionsT, IsConst>;226 using Traits = ilist_detail::IteratorTraits<OptionsT, IsConst>;
715 using IteratorTraits = typename std::iterator_traits<UnderlayingIteratorTy>; variable719 using difference_type = typename IteratorTraits::difference_type;722 using iterator_category = typename IteratorTraits::iterator_category;