c++ Programming Glossary: autoarray
How could one implement std::auto_ptr's copy constructor? http://stackoverflow.com/questions/4514124/how-could-one-implement-stdauto-ptrs-copy-constructor std auto_ptr's copy constructor Back on my crazy AutoArray thingy ... quoting important bits from there class AutoArray.. thingy ... quoting important bits from there class AutoArray void buffer public Creates a new empty AutoArray AutoArray std.. class AutoArray void buffer public Creates a new empty AutoArray AutoArray std auto_ptr copy semantics AutoArray AutoArray Note..
|