2025-01-12 20:37:50 +08:00

12 lines
478 B
JSON

{
"key": "callable_traits",
"name": "CallableTraits",
"authors": [ "Barrett Adair" ],
"maintainers": [ "Barrett Adair <barrettellisadair -at- gmail.com>" ],
"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.",
"category": [
"Metaprogramming"
],
"cxxstd": "11"
}