summaryrefslogtreecommitdiff
path: root/libs/optional/meta/libraries.json
blob: 4bdac3126b716f461cede39b36cb0210bcf2bc76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "key": "optional",
    "boost-version": "1.30.0",
    "name": "Optional",
    "authors": [
        "Fernando Cacciola"
    ],
    "description": "A value-semantic, type-safe wrapper for representing 'optional' (or 'nullable') objects of a given type. An optional object may or may not contain a value of the underlying type.",
    "category": [
        "Data structures"
    ],
    "maintainers": [
        "Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>",
        "Andrzej Krzemienski <akrzemi1 -at- gmail.com>"
    ]
}