I assumie that FItem is custom data struct.
You need to overload == operator inside it. Find assumes there is operator == which will compare two values.
http://en.wikibooks.org/wiki/C%2B%2B_Programming/Operators/Operator_Overloading
I assumie that FItem is custom data struct.
You need to overload == operator inside it. Find assumes there is operator == which will compare two values.
http://en.wikibooks.org/wiki/C%2B%2B_Programming/Operators/Operator_Overloading