• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[
2    {
3        "key": "bind",
4        "name": "Bind",
5        "authors": [
6            "Peter Dimov"
7        ],
8        "description": "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.",
9        "std": [
10            "tr1"
11        ],
12        "category": [
13            "Function-objects"
14        ],
15        "maintainers": [
16            "Peter Dimov <pdimov -at- gmail.com>"
17        ],
18        "cxxstd": "03"
19    },
20    {
21        "key": "bind/mem_fn",
22        "name": "Member Function",
23        "authors": [
24            "Peter Dimov"
25        ],
26        "description": "Generalized binders for function/object/pointers and member functions.",
27        "documentation": "mem_fn.html",
28        "std": [
29            "tr1"
30        ],
31        "category": [
32            "Function-objects"
33        ],
34        "cxxstd": "03"
35    }
36]
37