a question about __STL_NULL_TMPL_ARGS

H

hpsoar

can anyone tell me what __STL_NULL_TMPL_ARGS is used for in STL, does
it just make it easier to write template functions?
 
A

Alf P. Steinbach

* hpsoar:
can anyone tell me what __STL_NULL_TMPL_ARGS is used for in STL, does
it just make it easier to write template functions?

Identifiers containing double underscore, or starting with underscore followed
by uppercase letter, are reserved to the implementation. They're internal
implementation details. As a user you do not need to be concerned about them,
except to avoid using names of that form in your own code.


Cheers & hth.,

- Alf
 

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,161
Messages
2,570,892
Members
47,429
Latest member
JacelynKit

Latest Threads

Top