Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
boost::mem_fn is an adapter, intended to be more flexible than STL adapters like std::mem_fun and std::mem_fun_ref.
boost::mem_fn can often replace both std::mem_fun and std::mem_fun_ref.
#include <algorithm> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.