c++boost.gif (8819 bytes) Home Libraries People FAQ More

Smart Pointer Library

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.


$Date: 2003/02/05 12:56:48 $