Home
last modified time | relevance | path

Searched refs:__unwrap_iter_impl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dunwrap_iter.h38 struct __unwrap_iter_impl { struct
48 struct __unwrap_iter_impl<_Iter, true> { argument
61 class _Impl = __unwrap_iter_impl<_Iter>,
76 template <class _OrigIter, class _Iter, class _Impl = __unwrap_iter_impl<_OrigIter> >
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dreverse_iterator.h329 struct __unwrap_iter_impl<reverse_iterator<reverse_iterator<_Iter> >, __b> {
330 using _UnwrappedIter = decltype(__unwrap_iter_impl<_Iter>::__unwrap(std::declval<_Iter>()));
336 …reverse_iterator<_Iter>(__unwrap_iter_impl<_Iter>::__rewrap(__orig_iter.base().base(), __unwrapped…
340 return __unwrap_iter_impl<_Iter>::__unwrap(__i.base().base());