using template

S

seesaw

template<class A, class B,...>
class Z
{
....
};

How many classes ("class A, class B,...") it could be there?
 
J

Jeff Schwab

seesaw said:
template<class A, class B,...>
class Z
{
...
};

How many classes ("class A, class B,...") it could be there?

The answer is implementation-defined, but the standard recommends 1024
as a minimum.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,167
Messages
2,570,913
Members
47,455
Latest member
Delilah Code

Latest Threads

Top