j
k
j a
j l
to simplify the question: template<class T> class dummy{ ... }; variant< "dummy<T>" > v; //for all T
to simplify the question:
template<class T> class dummy{ ... };
variant< "dummy<T>" > v; //for all T
You can make an mpl sequence of all T, then apply a metafunction, which produces a sequence of dummy<T>, then apply make_variant_over.
Back to the thread
Back to the list