Searched defs:UserType (Results 1 – 3 of 3) sorted by relevance
23 struct UserType struct31 operator()(UserType a, UserType b) in operator ()() argument36 operator<(UserType a) in operator <() argument41 operator>=(UserType a) in operator >=() argument46 operator<=(UserType a) in operator <=() argument51 operator==(UserType a) in operator ==() argument56 operator==(UserType a) const in operator ==() argument61 operator!=(UserType a) in operator !=() argument65 UserType operator!() in operator !() argument78 UserType() : key(-1), f(0.0f), d(0.0), i(0) {} in UserType() argument[all …]
24 struct UserType { struct27 UserType() noexcept {} in UserType() argument28 constexpr explicit UserType(int d) noexcept : i(d) {} in UserType() function
17 struct UserType {}; struct