18 lines
335 B
JSON
18 lines
335 B
JSON
{
|
|
"key": "array",
|
|
"name": "Array",
|
|
"authors": [
|
|
"Nicolai Josuttis"
|
|
],
|
|
"description": "STL compliant container wrapper for arrays of constant size.",
|
|
"std": [
|
|
"tr1"
|
|
],
|
|
"category": [
|
|
"Containers"
|
|
],
|
|
"maintainers": [
|
|
"Marshall Clow <marshall -at- idio.com>"
|
|
]
|
|
}
|