Untitled

 avatar
unknown
c_cpp
4 years ago
135 B
21
Indexable
std::queue<A> q;

struct A
{
B<T1, T2> *b;
    
template<T1, T2>
method()
{
    b = new B<T1, T2>();
}
}

template<T1, T2>
struct B
{
}
Editor is loading...