Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in boost-phoenix

Boost spirit changing variable value in semantic action

Calling a function from within a boost::phoenix::lambda

c++ boost c++11 boost-phoenix

Post callbacks to a task queue using boost::bind

boost spirit qi on_error pass error_handler struct by reference

Can I stringify a Boost Phoenix expression?

Using boost phoenix, how can I invoke a find_if call with starts_with?

c++ boost boost-phoenix

Why does this proto/phoenix toy example crash?

Transforming a Boost C++ Phoenix Expression Tree

Transforming Function Bodies within Boost Phoenix Expressions

how to create boost phoenix make_shared?

How can I extract a std::string with boost.spirit?

Is Boost.Phoenix inherently slower than the equivalent C++11 lambdas (does it use virtual calls, 'volatile' usage, etc.)?

How do I convert boost::spirit::qi::lexeme's attribute to std::string?

How can I make std::find_if and std::map work together using some boost library?

Static functions from boost.lambda or boost.phoenix

Boost.Spirit.Qi: Take a rule's attribute and set it as a field of an enclosing rule's struct attribute?

Boost::Spirit::Qi. How to turn inlined parser expressions into standalone grammars, and how to unpack the tuples generated by them?

boost lambda versus phoenix

Boost::Spirit Expression Parser

Functional data structures in C++