Searched refs:__make_move_if_noexcept_iterator (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dallocator.h207 _Tp(__make_move_if_noexcept_iterator(__c.begin()),
208 __make_move_if_noexcept_iterator(__c.end()),
H A Dforward_list.h1265 this->assign(std::__make_move_if_noexcept_iterator(__list.begin()),
1266 std::__make_move_if_noexcept_iterator(__list.end()));
H A Dstl_iterator.h1132 __make_move_if_noexcept_iterator(_Iterator __i) function
1142 std::__make_move_if_noexcept_iterator(_Iter)
H A Dstl_vector.h1382 this->assign(std::__make_move_if_noexcept_iterator(__x.begin()),
1383 std::__make_move_if_noexcept_iterator(__x.end()));

Completed in 121 milliseconds