Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__flat_map/
H A Dkey_value_iterator.h42 template <class _Owner, class _KeyContainer, class _MappedContainer, bool _Const>
48 …using __reference _LIBCPP_NODEBUG = _If<_Const, typename _Owner::const_reference, typename _Owner:…
58 friend _Owner; member
72 using value_type = typename _Owner::value_type;
73 using difference_type = typename _Owner::difference_type;
78 __key_value_iterator(__key_value_iterator<_Owner, _KeyContainer, _MappedContainer, !_Const> __i)
189 template <class _Owner, class _KeyContainer, class _MappedContainer, bool _Const>
190 struct __product_iterator_traits<__key_value_iterator<_Owner, _KeyContainer, _MappedContainer, _Con…
207 return __key_value_iterator<_Owner, _KeyContainer, _MappedContainer, _Const>(