summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/functional/meta/libraries.json
blob: c9d7a3b9ddc89ebb8b450e4d821dae9c54157f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[
    {
        "key": "functional",
        "boost-version": "1.16.0",
        "name": "Functional",
        "authors": [
            "Mark Rodgers"
        ],
        "description": "The Boost.Function library contains a family of class templates that are function object wrappers.",
        "category": [
            "Function-objects"
        ]
    },
    {
        "key": "functional/factory",
        "boost-version": "1.43.0",
        "name": "Functional/Factory",
        "authors": [
            "Glen Fernandes",
            "Tobias Schwinger"
        ],
        "maintainers": [
            "Glen Fernandes <glenjofe -at- gmail.com>",
            "Tobias Schwinger <tschwinger -at- isonews2.com>"
        ],
        "description": "Function object templates for dynamic and static object creation",
        "documentation": "factory/",
        "category": [
            "Function-objects"
        ]
    },
    {
        "key": "functional/forward",
        "boost-version": "1.43.0",
        "name": "Functional/Forward",
        "authors": [
            "Tobias Schwinger"
        ],
        "maintainers": [
            "Tobias Schwinger <tschwinger -at- isonews2.com>"
        ],
        "description": "Adapters to allow generic function objects to accept arbitrary arguments",
        "documentation": "forward/",
        "category": [
            "Function-objects"
        ]
    },
    {
        "key": "functional/overloaded_function",
        "boost-version": "1.50.0",
        "name": "Functional/Overloaded Function",
        "authors": [
            "Lorenzo Caminiti"
        ],
        "maintainers": [
            "Lorenzo Caminiti <lorcaminiti -at- gmail.com>"
        ],
        "description": "Overload different functions into a single function object.",
        "documentation": "overloaded_function/",
        "category": [
            "Function-objects"
        ]
    }
]