共用方式為


<forward_list> 函式

swap

交換兩個轉送清單的項目。

void swap(forward_list <Type, Allocator>& left, forward_list <Type, Allocator>& right);

參數

left
forward_list 類型的物件。

right
forward_list 類型的物件。

備註

此範本函式會執行 left.swap(right)