cancellation_token::operator!= 運算子
判斷是否有兩個cancellation_token物件代表兩個不同的 underlyign 語彙基元。
bool operator!=(
const cancellation_token& _Rhs
) const;
參數
- _Rhs
cancellation_token與相互比較的物件。
傳回值
true如果兩個物件都代表不同的基礎語彙基元, false否則。
需求
標頭: ppl.h
Namespace: 並行存取