Home
last modified time | relevance | path

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

/third_party/boost/boost/container/
Dvector.hpp203 struct vector_insert_ordered_cursor struct
205 typedef typename iterator_traits<BiDirPosConstIt>::value_type size_type;
206 typedef typename iterator_traits<BiDirValueIt>::reference reference;
208 …BOOST_CONTAINER_FORCEINLINE vector_insert_ordered_cursor(BiDirPosConstIt posit, BiDirValueIt value… in vector_insert_ordered_cursor() function
212 void operator --() in operator --()
222 BOOST_CONTAINER_FORCEINLINE size_type get_pos() const in get_pos()
225 BOOST_CONTAINER_FORCEINLINE reference get_val() in get_val()
228 BiDirPosConstIt last_position_it;
229 BiDirValueIt last_value_it;