boost/callable_traits

v2.3.2

C++11

modern C++ type traits and metafunctions for callable types

Installation

Add the following line to your cabin.toml file:

"boost/callable_traits" = "2.3.2"

README

<!– Copyright Barrett Adair 2016-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) –>

Boost.CallableTraits <a target=“_blank” href=“https://travis-ci.org/boostorg/callable_traits”>![Travis status][badge.Travis]</a> <a target=“_blank” href=“https://ci.appveyor.com/project/boostorg/callable-traits”>![Appveyor status][badge.Appveyor]</a>

CallableTraits is a C++11 header-only library for the inspection, synthesis, and decomposition of callable types.

The latest documentation is available here.

CallableTraits was formally reviewed and accepted into the Boost C++ Libraries. CallableTraits is available in Boost 1.66 (December 2017) and later. You can also download CallableTraits as a standalone library here.

Licensed under the Boost Software License, Version 1.0.

<!-- Links --> [badge.Appveyor]: https://ci.appveyor.com/api/projects/status/uf0l91v7l4wc4kw6/branch/master?svg=true [badge.Travis]: https://travis-ci.org/boostorg/callable_traits.svg?branch=master