# callable_traits **Repository Path**: lgmcode/callable_traits ## Basic Information - **Project Name**: callable_traits - **Description**: https://github.com/boostorg/callable_traits.git - **Primary Language**: Unknown - **License**: BSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-16 - **Last Updated**: 2024-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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