RE: [Boost-Users] Re: find_if and calling a member function
From: Russell Hind [mailto:yg-boost-users@gmane.org]
Tom Matelich wrote:
1) write your own algorithm find_if_equal, then you only
need one bind (~10
lines of code separate from your call)
This is what I was looking for, and I was really wondering (although didn't say it) if there were such a thing in boost already. I haven't found one, but there are quite a few bits of boost I'm not familiar with yet.
I don't think boost has any extra general algorithms laying around, unless they're hiding in the details directories. ----------------------------------------------------------------------- DISCLAIMER: Information contained in this message and/or attachment(s) may contain confidential information of Zetec, Inc. If you have received this transmission in error, please notify the sender by return email. -----------------------------------------------------------------------
participants (1)
-
Tom Matelich