libraries.json 524 B

123456789101112131415
  1. {
  2. "key": "multi_index",
  3. "name": "Multi-Index",
  4. "authors": [
  5. "Joaqu\u00edn M L\u00f3pez Mu\u00f1oz"
  6. ],
  7. "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.",
  8. "category": [
  9. "Containers",
  10. "Data"
  11. ],
  12. "maintainers": [
  13. "Joaquin M Lopez Munoz <joaquin.lopezmunoz -at- gmail.com>"
  14. ]
  15. }