boost::variant
boost::variant<>::types
は、で便利に使用できるを介してバリアント型のリストを公開しboost::mpl::for_each
ます。std::variant
そんなメンバーがいない。
提供されているようstd::variant_alternative
です。boost::mpl::for_each
これを使用して、取り込み可能な型リストを作成できますか? それとも、別の反復戦略を可能にしますか?
boost::variant
boost::variant<>::types
は、で便利に使用できるを介してバリアント型のリストを公開しboost::mpl::for_each
ます。std::variant
そんなメンバーがいない。
提供されているようstd::variant_alternative
です。boost::mpl::for_each
これを使用して、取り込み可能な型リストを作成できますか? それとも、別の反復戦略を可能にしますか?