List View
Grid View
Category View

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.

An STL-compatible hash function object that can be extended to hash user defined types.

Function object wrappers for deferred calls or callbacks.

The Boost.Function library contains a family of class templates that are function object wrappers.

Function object templates for dynamic and static object creation

Adapters to allow generic function objects to accept arbitrary arguments

Overload different functions into a single function object.

HOF

Higher-order functions for C++

Define small unnamed function objects at the actual call site, and more.

A C++14 lambda library.

Program functions locally, within other functions, directly within the scope where they are needed.

Generalized binders for function/object/pointers and member functions.

Define small unnamed function objects at the actual call site, and more.

Ref

A utility library for passing references to generic functions.

Determines the type of a function call expression.

Managed signals & slots callback implementation (thread-safe version 2).