]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/bind/meta/libraries.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / bind / meta / libraries.json
CommitLineData
7c673cae
FG
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": [
1e59de90
TL
16 "Peter Dimov <pdimov -at- gmail.com>"
17 ],
18 "cxxstd": "03"
7c673cae
FG
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"
1e59de90
TL
33 ],
34 "cxxstd": "03"
7c673cae
FG
35 }
36]