Searched refs:MyDataType (Results 1 – 1 of 1) sorted by relevance
50 struct MyDataType { struct54 MyDataType() = default; argument55 MyDataType( int val ) : priority(std::size_t(val)) {} in MyDataType() function57 const MyDataType operator+( const MyDataType& other ) const { in operator +() argument58 return MyDataType(int(priority + other.priority)); in operator +()61 bool operator==(const MyDataType& other) const { in operator ==() argument66 const MyDataType DATA_MIN(INT_MIN);67 const MyDataType DATA_MAX(INT_MAX);70 bool operator()( const MyDataType d1, const MyDataType d2 ) const { in operator ()()77 test_flogger<MyLess, MyDataType>(n); in test_concurrent()[all …]