
27 Oct
2005
27 Oct
'05
8:15 a.m.
Oleg Smolsky <oleg.smolsky <at> pacific-simulators.co.nz> writes:
IE are the pointers copied or are the objects they point to cloned? This kinda makes sense.
Thanks.
boost::ptr_map<std::string, boost::ptr_vector<Simple> > map; So, I'm guessing the second parameter is stored by pointer in this case? And the key is handled "by value", right?
Right. HTH Thorsten