summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/callable_traits/meta/libraries.json
blob: 74423d39bac2c0e685bd672297c6e4d378f35abe (plain)
1
2
3
4
5
6
7
8
9
10
{
    "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"
    ]
}