>Here is the ?
>Next ? is
? is a sentence modifier. It has no meaning by itself in literature. Please spell out the word "question" for those of us that abhor useless abbreviations and shortcuts. Thanks.
>My friend said that should be the parameter, but think that its the argument
The whole thing is called a template declaration. The formal grammar for it is:
<em>template-declaration</em>:
export<em>(opt)</em> template < <em>template-parameter-list</em> > <em>declaration</em> Where the declaration at the end is a class or function definition. The parts before the declaration aren't treated as a single unit, and thus don't have a unifying name.
>I said it was the parameter, and my friend said that it was the argument.
The C++ standard calls it a parameter, so you're correct.
Narue
Bad Cop
Administrator
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401