]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/callable_traits/README.md
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / callable_traits / README.md
CommitLineData
b32b8144 1<!--
1e59de90 2Copyright Barrett Adair 2016-2021
b32b8144
FG
3Distributed under the Boost Software License, Version 1.0.
4(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
5-->
6
1e59de90 7# Boost.CallableTraits <a target="_blank" href="https://github.com/boostorg/callable_traits/actions/workflows/ci.yml">![CI][badge.CI]</a>
b32b8144 8
1e59de90 9CallableTraits 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.
b32b8144 10
1e59de90 11The latest documentation is available [here](http://www.boost.org/doc/libs/master/libs/callable_traits/doc/html/index.html).
b32b8144 12
1e59de90 13CallableTraits 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).
b32b8144
FG
14
15Licensed under the [Boost Software License, Version 1.0](LICENSE.md).
16
17<!-- Links -->
1e59de90 18[badge.CI]: https://github.com/boostorg/callable_traits/actions/workflows/ci.yml/badge.svg