thrust::system::operator<
Defined in thrust/system/error_code.h
- 
inline bool thrust::system::operator<(const error_condition &lhs, const error_condition &rhs)
- Returns
- lhs.category() < rhs.category() || lhs.category() == rhs.category() && lhs.value() < rhs.value().