Classes | |
| struct | same_type_op_equal_base |
| Base class when you want to implement operator== that will compare based on type and member operator==. More... | |
| struct | same_type_op_equal |
| Implements operator==, which compares two objects. If they have the same type, it will compare them using the type's member operator==. More... | |