Comment on Libraries in C++ for ACMparentComments−marshray15yI don't know.What does find(x) do?(Other than return something which evaluates in boolean context unless the template function is skipped for instantiation due to SFINAE and not modify x or *this unless a C-style or const_cast is used somewhere).
Comments
I don't know.
What does find(x) do?
(Other than return something which evaluates in boolean context unless the template function is skipped for instantiation due to SFINAE and not modify x or *this unless a C-style or const_cast is used somewhere).