Home
last modified time | relevance | path

Searched refs:it_i (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/move/algo/detail/
H A Dmerge.hpp90 for( RandIt it_i(first), it_gcd(it_i + gcd(length, middle_pos)) in rotate_gcd() local
91 ; it_i != it_gcd in rotate_gcd()
92 ; ++it_i){ in rotate_gcd()
93 value_type temp(boost::move(*it_i)); in rotate_gcd()
94 RandIt it_j = it_i; in rotate_gcd()
101 } while(it_k != it_i); in rotate_gcd()