Krystian Piękośblog.infotraining.pl·Nov 7, 2024How to Simplify Object Comparisons with Ties in C++11/14When we want to check the equality of objects or compare them, we need to provide appropriate comparison operators for our class. The implementation usually needs to delegate comparisons to the corresponding member variables. The typical code might l...67 readsC++Add a thoughtful commentNo comments yetBe the first to start the conversation.