operator>= Operator (<thread>)
确定 thread::id 对象是否大于或等于另一个。
bool operator>= (
thread::id Left,
thread::id Right) _NOEXCEPT
参数
Left
左 thread::id 对象。Right
正确的 thread::id 对象。
返回值
!(Left < Right)
备注
此函数不引发任何异常。
要求
标头: 线程
命名空间: std
确定 thread::id 对象是否大于或等于另一个。
bool operator>= (
thread::id Left,
thread::id Right) _NOEXCEPT
Left
左 thread::id 对象。
Right
正确的 thread::id 对象。
!(Left < Right)
此函数不引发任何异常。
标头: 线程
命名空间: std