Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dvector.hpp218 struct vector_insert_ordered_cursor struct
220 typedef typename iterator_traits<BiDirPosConstIt>::value_type size_type;
221 typedef typename iterator_traits<BiDirValueIt>::reference reference;
223 …BOOST_CONTAINER_FORCEINLINE vector_insert_ordered_cursor(BiDirPosConstIt posit, BiDirValueIt value… in vector_insert_ordered_cursor() function
227 void operator --() in operator --()
237 BOOST_CONTAINER_FORCEINLINE size_type get_pos() const in get_pos()
240 BOOST_CONTAINER_FORCEINLINE reference get_val() in get_val()
243 BiDirPosConstIt last_position_it;
244 BiDirValueIt last_value_it;