Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
A binder is a type of adapter that allows a two-argument function object to be used as a single-argument function by binding one argument to a value [1]. Binders are useful when using algorithms.
Using boost::bind results in easier to read and shorter code.
#include <vector> |
#include <algorithm> |
#include <algorithm> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
This page has been created by the tool CodeToHtml