Studying modern c++ design, looks like Typelist is a very important tool for
generic programming.
Could I find something like Typelist from boost? I found something like boost::mpl
but I didn't see anything like Nulltype defined in loki
Could boost::mpl replace the Typelist of loki?
Thanks