boost/libs/multi_index/meta/libraries.json
2021-10-05 21:37:46 +02:00

17 lines
544 B
JSON

{
"key": "multi_index",
"name": "Multi-Index",
"authors": [
"Joaqu\u00edn M L\u00f3pez Mu\u00f1oz"
],
"description": "The Boost Multi-index Containers Library provides a class template named multi_index_container which enables the construction of containers maintaining one or more indices with different sorting and access semantics.",
"category": [
"Containers",
"Data"
],
"maintainers": [
"Joaquin M Lopez Munoz <joaquin.lopezmunoz -at- gmail.com>"
],
"cxxstd": "03"
}