Giriş
Bu metod bir MPL Sequence alır ve variant döndürür. Şöyle yaparız.
Bu metod bir MPL Sequence alır ve variant döndürür. Şöyle yaparız.
#include<boost/variant.hpp>
using List = boost::mpl::list<double, int>;
using Variant = boost::make_variant_over<List>::type;
Hiç yorum yok:
Yorum Gönder