template template parameters and forwarding references – stackoverflow.com

Suppose we have the following code: template<typename T> class C {}; template <typename T, template <typename> class Container> void dummyMe(Container<T>&&) {}; int ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "template template parameters and forwarding references – stackoverflow.com"