dimanche 12 juillet 2020

I have a set of user defined dataType and using that set variable in a structure. I want to compare the values of set. How will I do that

using setIp = set;

struct Test {

setIp IP1; setIp IP2;

}

I want to use find function on setIp and for that need operator <. How would I overload it.

Aucun commentaire:

Enregistrer un commentaire