Registry / utility / boost-phoenix

boost-phoenix

JSON →
library1.90.0vcpkgunverified

Boost phoenix module provides functional programming constructs.

vcpkg install boost-phoenix
INSTALL
IMPORT
SIG · BOOST-PHOENIX
B
boost-phoenix
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/phoenix/phoenix.hpp
#include <boost/phoenix/phoenix.hpp>

Use Phoenix lambda expressions

#include <boost/phoenix/phoenix.hpp> #include <iostream> #include <vector> #include <algorithm> int main() { using namespace boost::phoenix; using namespace boost::phoenix::placeholders; std::vector<int> v = {1, 2, 3, 4, 5}; std::for_each(v.begin(), v.end(), std::cout << arg1 * 2 << " "); return 0; }
Debug
Known issues
gotchaBoost.Phoenix is complex and can lead to long compile times.
fix
Consider using C++11 lambdas or Boost.Lambda for simpler cases.
affects: *
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources

No resource links recorded.

boost-phoenix — pip install boost-phoenix · libregistry