6 Feb
2007
6 Feb
'07
11:46 p.m.
Ovanes Markarian wrote:
Hello all!
Does someone know if the fusion library has some analog to mpl::sec_c or mpl::vector_c?
All mpl sequences can be used in fusion. An mpl::set_c or vector_c, or
even range_c are all usable in fusion. Just include the necessary files
Or is there any way to pass mpl::set_c as a template parameter to fusion::set class?
If you want it converted, you simply write:
fusion::set<...> fs = ms;
where fs is your fusion set and ms is your mpl set. Here's an example
(untested):
typedef mpl::set_c