Home
last modified time | relevance | path

Searched defs:mfc_ptr_array_iterator (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/
Dmfc.hpp125 struct mfc_ptr_array_iterator : struct
129 typedef mfc_ptr_array_iterator self_t;
130 typedef typename mfc_ptr_array_iterator_super<ArrayT, PtrType>::type super_t;
131 typedef typename super_t::reference ref_t;
134 explicit mfc_ptr_array_iterator() in mfc_ptr_array_iterator() argument
137 explicit mfc_ptr_array_iterator(ArrayT& arr, INT_PTR index) : in mfc_ptr_array_iterator() function
143 mfc_ptr_array_iterator(mfc_ptr_array_iterator<ArrayT_, PtrType_> const& other) : in mfc_ptr_array_iterator() argument
148 ArrayT *m_parr;
151 ref_t dereference() const in dereference()
157 bool equal(self_t const& other) const in equal()