
12 Sep
2010
12 Sep
'10
10:43 a.m.
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,