operator!= (<forward_list>)
測試,如果左側的向前清單物件等於右邊的向前清單物件不相等。
bool operator!=(
const forward_list <Type, Allocator>& _Left,
const forward_list <Type, Allocator>& _Right
);
參數
參數 |
描述 |
---|---|
_Left |
型別 forward_list 的物件。 |
_Right |
型別 forward_list 的物件。 |
傳回值
true ,如果清單不相等, false ,如果清單為相等。
備註
這個樣板函式傳回 !(_Left == _Right)。
需求
標題: <forward_list>
命名空間: std