summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/utility/meta/libraries.json
blob: f3c52ba78cfe992f57d538080a14ad93aa91a6e2 (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
[
    {
        "key": "utility",
        "name": "Utility",
        "authors": [
            "Dave Abrahams and others"
        ],
        "description": "Class noncopyable plus checked_delete(), checked_array_delete(), next(), prior() function templates, plus base-from-member idiom.",
        "documentation": "utility.htm",
        "category": [
            "Algorithms",
            "Function-objects",
            "Memory",
            "Miscellaneous",
            "Patterns"
        ]
    },
    {
        "key": "utility/call_traits",
        "name": "Call Traits",
        "authors": [
            "John Maddock, Howard Hinnant, et al"
        ],
        "description": "Defines types for passing parameters.",
        "documentation": "call_traits.htm",
        "category": [
            "Generic"
        ]
    },
    {
        "key": "utility/compressed_pair",
        "name": "Compressed Pair",
        "authors": [
            "John Maddock, Howard Hinnant, et al"
        ],
        "description": "Empty member optimization.",
        "documentation": "compressed_pair.htm",
        "category": [
            "Data",
            "Patterns"
        ]
    },
    {
        "key": "utility/identity_type",
        "name": "Identity Type",
        "authors": [
            "Lorenzo Caminiti"
        ],
        "description": "Wrap types within round parenthesis so they can always be passed as macro parameters.",
        "documentation": "identity_type/",
        "category": [
            "Preprocessor"
        ],
        "maintainers": [
            "Lorenzo Caminiti <lorcaminiti -at- gmail.com>"
        ]
    },
    {
        "key": "utility/in_place_factories",
        "name": "In Place Factory, Typed In Place Factory",
        "authors": [
            "Fernando Cacciola"
        ],
        "description": "Generic in-place construction of contained objects with a variadic argument-list.",
        "documentation": "in_place_factories.html",
        "category": [
            "Generic"
        ]
    },
    {
        "key": "utility/operators",
        "name": "Operators",
        "authors": [
            "Dave Abrahams",
            "Jeremy Siek"
        ],
        "description": "Templates ease arithmetic classes and iterators.",
        "documentation": "operators.htm",
        "category": [
            "Generic",
            "Iterators",
            "Math"
        ],
        "maintainers": [
            "Daniel Frey <d.frey -at- gmx.de>"
        ]
    },
    {
        "key": "utility/ostream_string",
        "name": "ostream_string",
        "description": "String formatted output function.",
        "documentation": "doc/html/ostream_string.html",
        "category": [
            "IO"
        ],
        "authors": "Glen Fernandes",
        "maintainers": [
            "Glen Fernandes <glenjofe -at- gmail.com>"
        ]
    },
    {
        "key": "utility/result_of",
        "name": "Result Of",
        "description": "Determines the type of a function call expression.",
        "documentation": "utility.htm#result_of",
        "category": [
            "Function-objects"
        ],
        "authors": "",
        "maintainers": [
            "Daniel Walker <daniel.j.walker -at- gmail.com>"
        ]
    },
    {
        "key": "utility/string_ref",
        "name": "string_ref",
        "description": "String view templates.",
        "documentation": "doc/html/string_ref.html",
        "category": [
            "Containers"
        ],
        "authors": "Marshall Clow",
        "maintainers": [
            "Marshall Clow <marshall -at- idio.com>"
        ]
    },
    {
        "key": "utility/value_initialized",
        "name": "Value Initialized",
        "authors": [
            "Fernando Cacciola"
        ],
        "description": "Wrapper for uniform-syntax value initialization, based on the original idea of David Abrahams.",
        "documentation": "value_init.htm",
        "category": [
            "Miscellaneous"
        ]
    }
]