Hacker News new | past | comments | ask | show | jobs | submit login

I've recently discovered the delights of <algorithm>... now if I could just figure out how to bind member functions in my build environment (Solaris) I'd be a very happy man.



You want either mem_fn (C++11) or mem_fun.

http://en.cppreference.com/w/cpp/utility/functional




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: