Console Library 4.7.0
A header-only library that makes C++ simple
Loading...
Searching...
No Matches
cursor_ptr.h File Reference

提供双指针游标智能指针,分离所有权与访问位置。 More...

#include <cstddef>

Go to the source code of this file.

Classes

class  console::cursor_ptr< T >
 双指针游标智能指针(非数组版本)。 More...
class  console::cursor_ptr< T[]>
 双指针游标智能指针(数组版本)。 More...

Namespaces

namespace  console
 本库所有组件所在的顶层命名空间。

Detailed Description

提供双指针游标智能指针,分离所有权与访问位置。

该类维护两个指针:original_ptr 持有内存所有权,current_ptr 表示当前访问位置。 支持指针算术运算,复制时不转移所有权,移动时转移所有权。

Author
MrXie1109
Date
2026