Registry / utility / boost-functional

boost-functional

JSON →
library1.90.0vcpkgunverified

Boost functional module

vcpkg install boost-functional
INSTALL
IMPORT
SIG · BOOST-FUNCTIONAL
B
boost-functional
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/functional.hpp
#include <boost/functional.hpp>

Use boost::bind to create a function object.

#include <boost/functional.hpp> #include <iostream> int main() { auto f = boost::bind(std::plus<int>(), 1, 2); std::cout << f() << std::endl; return 0; }
Debug
Known issues
gotchaHeader-only; no linking required.
fix
Just include the header; no CMake target needed.
affects: all
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

boost-functional — pip install boost-functional · libregistry