Function object wrappers for deferred calls or callbacks
Boost.Function, part of the
Boost C++ Libraries, is the original implementation of the
polymorphic function wrapper boost::function
, which was eventually accepted
into the C++11 standard as std::function
.
Currently supported compilers
- g++ 4.4 or later
- clang++ 3.3 or later
- Visual Studio 2005-2017
Tested on Travis and Appveyor.
License
Distributed under the Boost Software License, Version 1.0.
license | BSL-1.0 |
---|---|
project | boost |
url | github.com/boostorg/function |
doc-url | www.boost.org/doc/libs/1_78_0/libs/function |
boost-users@lists.boost.orgMailing list | |
topics | C++Boost |
2 Versions