struct opCmp?

Nick Sabalausky a at a.a
Thu May 14 15:21:14 PDT 2009


"Lars T. Kyllingstad" <public at kyllingen.NOSPAMnet> wrote in message 
news:gui4ml$2g0n$1 at digitalmars.com...
>
> I think you have to use opEquals to overload ==. opCmp only applies to <, 
> <=, >, and >=.
>

Oh, I figured either opEquals would be defined in terms of opCmp or an 
overloaded opCmp would imply a new opEquals defined in terms of it, or 
something like that.




More information about the Digitalmars-d-learn mailing list