![]() |
Home | Libraries | People | FAQ | More |
The smart pointer library includes five smart pointer class templates. Smart pointers ease the management of memory dynamically allocated with C++ new expressions. In addition, scoped_ptr can ease the management of memory dynamically allocated in other ways.
Revised 1 February 2002.