stl and a class's list of overloadable operators?

R

Rui Maciel

Is there some document which lists what operators must be overloaded to be able to use a
certain STL container class?


Thanks in advance,
Rui Maciel
 
M

Michael Doubez

Is there some document which lists what operators must be overloaded to be able to use a
certain STL container class?

Do you mean the operators for a class to be used *in* a STL container
or used as *as* a STL container ?

For both case, you can find the list in the standard.

Or you can use the STL SGI ressource that documents the concepts (sic)
required
http://www.sgi.com/tech/stl/
 

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
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top