Re: [Boost-users] MPL. Nested Lambdas

22 Feb
2010
22 Feb
'10
8:21 p.m.
Steven Watanabe wrote:
dilas dilas wrote:
Please, tell me if one can write nested lambda expressions like
" template<class Result, class Seq, class Elem> struct pairs: bm::fold<Seq, >>Result, bm::push_back<_1,bm::pair<Elem, _2 > > >{}; template<class Seq1, class Seq2> struct AllPairs: bm::fold<Seq1, bm::vector<>, pairs<_1,Seq2,_2> >{}; "
without using intermediate metafunctions. This ought to work, since the placeholders in AllPairs will be expanded before pairs is ever invoked.
Here I've presented the example of "intermediate metafunction" i.e pairs. And I'm speaking about writing just one metafunction using nested construction. Is it possible? Yours respectfully, Dilas
5597
Age (days ago)
5597
Last active (days ago)
0 comments
1 participants
participants (1)
-
dilas dilas