12 lines
478 B
JSON
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"
|
||
|
}
|