j
k
j a
j l
Use fold with insert : fold<mp1, mp2, insert< _1, _2> > ?
Use fold with insert :
fold<mp1, mp2, insert< _1, _2> >
?
Thanks! And what's the difference from: typedef copy<m1, mpl::inserter<m2, insert<_1, _2> > >::type m3; Which one should be faster?
Back to the thread
Back to the list