boost-phoenix
How to pass a function in parameter with Boost::Phoenix?
It\'s my first post here so plese be kind if I 开发者_开发问答don\'t respect the \"ways and customs\" :)[详细]
2023-04-13 09:15 分类:问答boost::phoenix with VS2008
Simple example using boost::phoenix: #include <vector> #include <algorithm> #include <boost/phoenix.hpp>[详细]
2023-04-12 02:38 分类:问答Boost phoenix actor as a fusion callable object
I was wondering if it was possible to create callable phoenix actors and use them in fusion sequences.[详细]
2023-04-11 08:54 分类:问答replacing a unary functor with a boost::phoenix actor
I have a Visual Studio 2008 C++ application where I would like to replace a unary functor with a boost::phoenix lambda expression.[详细]
2023-03-31 18:57 分类:问答Using Boost.Phoenix's operator ->*
I\'m playing around with Phoenix v3 trying to figure out whether we should standardize on it instead of the current mix of Bind and Lambda. From the documentation I got the impression that it should b[详细]
2023-03-22 03:13 分类:问答c++ functional programming ( boost::phoenix && boost::spirit) testing for null-ptrs in pointer placeholders
So, I have the following spirit karma rule body: base_rule = eps(_r1 != 0) [ // _r1 is a pointer_typed placeholder[详细]
2023-03-09 16:16 分类:问答Boost::Spirit::Qi. How to turn inlined parser expressions into standalone grammars, and how to unpack the tuples generated by them?
I\'m using QI and Phoenix, and I want to write a small grammar that returns 4 bools which are to be used as arguments for a function call inside a semantic action.[详细]
2023-03-09 07:31 分类:问答How to use a sequence of statements in Boost.Phoenix together with std::transform?
I\'d like to use Boost.Phoenix to create a lambda function that consists of a few lines of code and then \"returns\" a value so I can use it together with std::transform.[详细]
2023-03-08 06:18 分类:问答Boost Spirit and Boost Phoenix questions
one. Is it possible to define that a spirit rule\'s local variable be default constructed using a parameter passed into the rule ? I have AST builder objects that have a cyclic dependency, I would lik[详细]
2023-02-14 22:40 分类:问答Boost.Spirit.Qi: Take a rule's attribute and set it as a field of an enclosing rule's struct attribute?
Like, many of these other questions, I\'m trying to parse a simple grammar into a tree of structs using Boost.Spirit.Qi.[详细]
2023-02-03 11:23 分类:问答