summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/bind/meta
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-21 11:54:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-21 11:54:28 +0000
commite6918187568dbd01842d8d1d2c808ce16a894239 (patch)
tree64f88b554b444a49f656b6c656111a145cbbaa28 /src/boost/libs/bind/meta
parentInitial commit. (diff)
downloadceph-e6918187568dbd01842d8d1d2c808ce16a894239.tar.xz
ceph-e6918187568dbd01842d8d1d2c808ce16a894239.zip
Adding upstream version 18.2.2.upstream/18.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/boost/libs/bind/meta')
-rw-r--r--src/boost/libs/bind/meta/libraries.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/boost/libs/bind/meta/libraries.json b/src/boost/libs/bind/meta/libraries.json
new file mode 100644
index 000000000..d72b84562
--- /dev/null
+++ b/src/boost/libs/bind/meta/libraries.json
@@ -0,0 +1,36 @@
+[
+ {
+ "key": "bind",
+ "name": "Bind",
+ "authors": [
+ "Peter Dimov"
+ ],
+ "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.",
+ "std": [
+ "tr1"
+ ],
+ "category": [
+ "Function-objects"
+ ],
+ "maintainers": [
+ "Peter Dimov <pdimov -at- gmail.com>"
+ ],
+ "cxxstd": "03"
+ },
+ {
+ "key": "bind/mem_fn",
+ "name": "Member Function",
+ "authors": [
+ "Peter Dimov"
+ ],
+ "description": "Generalized binders for function/object/pointers and member functions.",
+ "documentation": "mem_fn.html",
+ "std": [
+ "tr1"
+ ],
+ "category": [
+ "Function-objects"
+ ],
+ "cxxstd": "03"
+ }
+]