boost-fusion
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 分类:问答Interaction between runtime and fusion sequences
Further to my question C++ Tuple of Boost.Range - get Tuple of element types? I have the following: TupleOfRanges ranges;[详细]
2023-03-27 15:46 分类:问答Passing/binding arguments when using boost::fusion::for_each
I would like to call a function on all elements of a boost::fusion::vector.The elements are开发者_开发知识库 of types like this:[详细]
2023-03-24 06:09 分类:问答convert boost::fusion::set to boost::fusion::map by using boost::fusion::fold
I have a fusion set and would like to convert it into a fusion map. #include <cstdlib> #include <iostream>[详细]
2023-03-20 15:25 分类:问答boost::fusion::result_of::as_set (or as_vector) converted from complex (nested) mpl sequences
#include <iostream> #include <boost/fusion/mpl.hpp> #include <boost/fusion/include/mpl.hpp>[详细]
2023-03-17 14:46 分类:问答Difference between boost::MPL and boost::fusion
I\'m new to boost::fusion and boost::mpl libraries. Could anyone please tell me the main difference between these two libraries?[详细]
2023-03-15 15:35 分类:问答reference to element in boost.fusion vector
EDIT - please ignore - the question resolved around a simple typo. I need a break. How do I access a reference to an element of a boost fusion vector?[详细]
2023-03-15 08:43 分类:问答boost fusion question
I\'m having trouble compiling the following (I\'m new at fusion). In particular, I\'m not su开发者_开发百科re where \"_\" (in is_same) comes from? From boost::lambda? Boost::mpl? What include do I nee[详细]
2023-03-14 13:38 分类:问答mpl::transform on boost::fusion::tuple
The following code does not compile on g++ (GCC) 4.6.0 20110603 (prerelease) with -std=c++0x and Boost 1.46.1.[详细]
2023-03-14 06:04 分类:问答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 分类:问答