libraries.json 1018 B

12345678910111213141516171819202122232425262728293031323334
  1. [
  2. {
  3. "key": "bind",
  4. "name": "Bind",
  5. "authors": [
  6. "Peter Dimov"
  7. ],
  8. "description": "boost::bind is a generalization of the standard functions std::bind1st and std::bind2nd. It supports arbitrary function objects, functions, function pointers, and member function pointers, and is able to bind any argument to a specific value or route input arguments into arbitrary positions.",
  9. "std": [
  10. "tr1"
  11. ],
  12. "category": [
  13. "Function-objects"
  14. ],
  15. "maintainers": [
  16. "Peter Dimov <pdimov -at- pdimov.com>"
  17. ]
  18. },
  19. {
  20. "key": "bind/mem_fn",
  21. "name": "Member Function",
  22. "authors": [
  23. "Peter Dimov"
  24. ],
  25. "description": "Generalized binders for function/object/pointers and member functions.",
  26. "documentation": "mem_fn.html",
  27. "std": [
  28. "tr1"
  29. ],
  30. "category": [
  31. "Function-objects"
  32. ]
  33. }
  34. ]