Compare two instances of std::thread::id to see if one lies after
the other in the total ordering of thread ID values.
bool operator>( std::thread::id lhs,std::thread::id rhs);
- Returns:
rhs<lhs.- Throws:
Nothing
#include <thread>