operator> 演算子 ()<thread>
thread::id の 1 種類のオブジェクトが他方の値より大きいかどうかを判定します。
bool operator> (
thread::id Left,
thread::id Right) _NOEXCEPT
パラメーター
Left
thread::id の左側のオブジェクト。Right
thread::id の右側のオブジェクト。
戻り値
Right < Left
解説
この関数は例外をスローしません。
必要条件
ヘッダー: のスレッド
名前空間: std