template template parameters and forwarding references – stackoverflow.com 02:18 Posted by Unknown No Comments 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 Unknown
0 Comment to "template template parameters and forwarding references – stackoverflow.com"
Post a Comment