swap (<forward_list>)
交換兩個向前清單的項目。
void swap(
forward_list <Type, Allocator>& _Left,
forward_list <Type, Allocator>& _Right
);
參數
參數 |
描述 |
---|---|
_Left |
型別 forward_list 的物件。 |
_Right |
型別 forward_list 的物件。 |
備註
這個樣板函式執行 _Left.swap(_Right)。
需求
標題: <forward_list>
命名空間: std