标签: c++ metaprogramming boost-mpl boost-fusion
给定fusion::set和mpl::vector,使用向量指定的类型获取集合视图的最简单方法是什么?是否有一些内置的方法可以在不手动编写索引序列等的情况下完成它?
fusion::set
mpl::vector