https://github.com/boostorg/callable_traits
modern C++ type traits and metafunctions for callable types
https://github.com/boostorg/callable_traits
boost template-metaprogramming
Last synced: 9 months ago
JSON representation
modern C++ type traits and metafunctions for callable types
- Host: GitHub
- URL: https://github.com/boostorg/callable_traits
- Owner: boostorg
- License: bsl-1.0
- Created: 2016-03-14T12:45:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T16:57:48.000Z (10 months ago)
- Last Synced: 2025-03-28T16:09:20.860Z (10 months ago)
- Topics: boost, template-metaprogramming
- Language: C++
- Homepage:
- Size: 1.89 MB
- Stars: 133
- Watchers: 4
- Forks: 36
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Boost.CallableTraits ![CI][badge.CI]
CallableTraits is a standalone C++11 header-only library for the inspection, synthesis, and decomposition of callable types. Language features added in later C++ standards are also supported.
The latest documentation is available [here](http://www.boost.org/doc/libs/master/libs/callable_traits/doc/html/index.html).
CallableTraits is released as part of the [Boost C++ Libraries](http://www.boost.org/). Since it only depends on the standard library headers, you can also download it as a standalone library [here](https://github.com/boostorg/callable_traits/releases/latest).
Licensed under the [Boost Software License, Version 1.0](LICENSE.md).
[badge.CI]: https://github.com/boostorg/callable_traits/actions/workflows/ci.yml/badge.svg