libraries.json 448 B

123456789101112131415
  1. {
  2. "key": "function_types",
  3. "name": "Function Types",
  4. "authors": [
  5. "Tobias Schwinger"
  6. ],
  7. "description": "Boost.FunctionTypes provides functionality to classify, decompose and synthesize function, function pointer, function reference and pointer to member types.",
  8. "category": [
  9. "Generic",
  10. "Metaprogramming"
  11. ],
  12. "maintainers": [
  13. "Tobias Schwinger <tschwinger -at- isonews2.com>"
  14. ]
  15. }