Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp188 struct vector_insert_ordered_cursor struct
190 typedef typename iterator_traits<BiDirPosConstIt>::value_type size_type;
191 typedef typename iterator_traits<BiDirValueIt>::reference reference;
193 …BOOST_CONTAINER_FORCEINLINE vector_insert_ordered_cursor(BiDirPosConstIt posit, BiDirValueIt value… in vector_insert_ordered_cursor() function
197 void operator --() in operator --()
207 BOOST_CONTAINER_FORCEINLINE size_type get_pos() const in get_pos()
210 BOOST_CONTAINER_FORCEINLINE reference get_val() in get_val()
213 BiDirPosConstIt last_position_it;
214 BiDirValueIt last_value_it;