Home
last modified time | relevance | path

Searched refs:it_i (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/move/algo/detail/
Dmerge.hpp343 for( RandIt it_i(first), it_gcd(it_i + gcd(length, middle_pos)) in rotate_gcd() local
344 ; it_i != it_gcd in rotate_gcd()
345 ; ++it_i){ in rotate_gcd()
346 value_type temp(boost::move(*it_i)); in rotate_gcd()
347 RandIt it_j = it_i; in rotate_gcd()
354 } while(it_k != it_i); in rotate_gcd()