Searched defs:NonTrivialInt (Results 1 – 2 of 2) sorted by relevance
183 struct NonTrivialInt { in test_range() struct184 int val_; in test_range()185 constexpr NonTrivialInt(int val) : val_(val) {} in test_range() function186 constexpr NonTrivialInt(const NonTrivialInt& other) : val_(other.val_) {} in test_range() function187 constexpr NonTrivialInt& operator=(const NonTrivialInt& other) { in test_range()192 constexpr ~NonTrivialInt() {} in test_range()
188 struct NonTrivialInt { in test_range() struct189 int val_; in test_range()190 constexpr NonTrivialInt(int val) : val_(val) {} in test_range() function191 constexpr NonTrivialInt(const NonTrivialInt& other) : val_(other.val_) {} in test_range() function192 constexpr NonTrivialInt& operator=(const NonTrivialInt& other) { in test_range()197 constexpr ~NonTrivialInt() {} in test_range()