mirror of
https://github.com/boostorg/optional.git
synced 2026-01-22 17:32:30 +00:00
17 lines
537 B
JSON
17 lines
537 B
JSON
{
|
|
"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>"
|
|
]
|
|
}
|