Searched defs:UserType (Results 1 – 7 of 7) 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 ==() 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() function79 UserType(size_t Number) : key(Number), f(0.0f), d(0.0), i(0) {} in UserType() argument[all …]
22 struct UserType { struct25 UserType() noexcept {} in UserType() argument26 constexpr explicit UserType(int d) noexcept : i(d) {} in UserType() function
24 struct UserType {}; struct
15 struct UserType {}; struct