- A smart pointer with non-intrusive reference counting. It is modeled
- after @b boost::shared_ptr and can be used with STL containers
- and wxVector - unlike @b std::auto_ptr
- and wxScopedPtr.
+ A smart pointer with non-intrusive reference counting. It is modeled after
+ @c boost::shared_ptr and can be used with STL containers and wxVector<T> -
+ unlike @c std::auto_ptr and wxScopedPtr<T>.