HomeSort by relevance Sort by last modified time
    Searched defs:move_iterator (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator.h 922 * Class template move_iterator is an iterator adapter with the same
930 class move_iterator class
946 move_iterator() function in class:move_iterator
950 move_iterator(iterator_type __i) function in class:move_iterator
954 move_iterator(const move_iterator<_Iter>& __i) function in class:move_iterator
969 move_iterator&
976 move_iterator
979 move_iterator __tmp = *this;
984 move_iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_iterator.h 922 * Class template move_iterator is an iterator adapter with the same
930 class move_iterator class
946 move_iterator() function in class:move_iterator
950 move_iterator(iterator_type __i) function in class:move_iterator
954 move_iterator(const move_iterator<_Iter>& __i) function in class:move_iterator
969 move_iterator&
976 move_iterator
979 move_iterator __tmp = *this;
984 move_iterator
    [all...]

Completed in 644 milliseconds