Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray.hpp1520 …sv::uninitialized_move_if_noexcept(other.begin(), other.end(), this->begin()); //… in move_ctor_dispatch()
1550 …sv::uninitialized_move_if_noexcept(other.begin() + m_size, other.end(), this->end()); // may thr… in move_assign_dispatch()
H A Dvarray_detail.hpp427 O uninitialized_move_if_noexcept(I first, I last, O dst) in uninitialized_move_if_noexcept() function