std :: list :: splice(std :: const_iterator pos,std :: list && other)是否保证将`other`留空?

问题描述 投票:0回答:1
std::list::splice(std::const_iterator pos, std::list&& other)是否一定要保留other为空吗?

std :: list :: splice(std :: const_iterator pos,std :: list && other)是否保证其他留空?

c++ linked-list stl c++14
1个回答
1
投票
是,保证std::list::splice

0
投票
目的地将以空白列表开始吗?然后您可以x列表。
© www.soinside.com 2019 - 2024. All rights reserved.