Hello

 

After I invoke the

 

result_of::transform<Seq, UnaryFct>

 

metafunction, the result type I get, printed out by typeid(...).name() gives

 

transform_view< Seq, UnaryFct, void_ >

 

is there a way to print out the actual resulting type, forcing the view to "evaluate" ?

 

regards,