Original Post
Hello,
I am trying to make a function that would take some kind of comparision operator from std:: library. For example:
as one of the arguments.
However, I fail all the time. Could someone give an example of such function, that would work?
Thanks in advance,
Regards
I am trying to make a function that would take some kind of comparision operator from std:: library. For example:
std::equal_to
as one of the arguments.
However, I fail all the time. Could someone give an example of such function, that would work?
Thanks in advance,
Regards