boost::bind is a generalization of the standard functions std::bind1st and std::bind2nd. It supports arbitrary function objects, functions, function pointers, and member function pointers, and is able to bind any argument to a specific value or route input arguments into arbitrary positions.

Artifacts using Bind (4)
Sort by:Popular

Safe, generic, stack-based discriminated union container.
Last Release on Jan 7, 2023
Portable C++ multi-threading. C++03, C++11, C++14, C++17.
Last Release on Jan 7, 2023
A collection of useful generic algorithms.
Last Release on Jan 7, 2023
The Boost Multi-index Containers Library provides a class template named multi_index_container which enables the construction of containers maintaining one or more indices with different sorting and access semantics.
Last Release on Jan 16, 2026
  • Prev
  • 1
  • Next