# C++智能指针 **Repository Path**: jjzhang166/c-smart-pointer ## Basic Information - **Project Name**: C++智能指针 - **Description**: C++智能指针类模板的实现 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-17 - **Last Updated**: 2021-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 主要实现功能: - 指针生命周期结束时主动释放堆区空间 - 一片堆空间最多只能由一个指针指向 - 不允许指针运算和指针比较