boost_callable_traits 0.1.0

Boost C++ library boost_callable_traits packaged using Zanbil
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
    "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"
}