libraries.json 488 B

1234567891011121314151617181920
  1. [
  2. {
  3. "key": "functional/hash",
  4. "boost-version": "1.33.0",
  5. "name": "Container Hash",
  6. "authors": [
  7. "Daniel James"
  8. ],
  9. "maintainers": [
  10. "Daniel James <dnljms -at- gmail.com>"
  11. ],
  12. "description": "An STL-compatible hash function object that can be extended to hash user defined types.",
  13. "std": [
  14. "tr1"
  15. ],
  16. "category": [
  17. "Function-objects"
  18. ]
  19. }
  20. ]