# auto_ptr

> class template that was available in previous versions of the C++ Standard Library (declared in the <memory> header file), which provides some basic RAII features for C++ raw pointers

**Wikidata**: [Q4826145](https://www.wikidata.org/wiki/Q4826145)  
**Wikipedia**: [English](https://en.wikipedia.org/wiki/Auto_ptr)  
**Source**: https://4ort.xyz/entity/auto-ptr
