提交 09731ceb 编写于 作者: 邹晓航

add cow_ptr

上级 3418a59d
#ifndef _COWPTR_H_
#define _COWPTR_H_
#include "Memory.h"
namespace TinySTL{
template<class T>
class cow_ptr{
private:
shared_ptr<T> ptr_;
};
}
#endif
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册