Searched refs:uninitialized_move_if_noexcept (Results 1 – 2 of 2) sorted by relevance
1520 …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()
427 O uninitialized_move_if_noexcept(I first, I last, O dst) in uninitialized_move_if_noexcept() function