From: Yitzhak Sapir (yitzhaks_at_[hidden])
Date: 2002-10-08 10:16:19


Given a sequence S, how do I find out that type, that is, what is class
FindType for which:
FindType<boost::mpl::list_c<int> >::type == int
FindType<boost::mpl::list_c<long, 5, 7, 9> >::type == long