libraries.json 458 B

12345678910
  1. {
  2. "key": "callable_traits",
  3. "name": "CallableTraits",
  4. "authors": [ "Barrett Adair" ],
  5. "maintainers": [ "Barrett Adair <barrettellisadair -at- gmail.com>" ],
  6. "description": "A spiritual successor to Boost.FunctionTypes, Boost.CallableTraits is a header-only C++11 library for the compile-time inspection and manipulation of all 'callable' types. Additional support for C++17 features.",
  7. "category": [
  8. "Metaprogramming"
  9. ]
  10. }