rawptr_stream 类

rawptr_stream 类用于创建支持从固定大小的块编写/读取或向其写入/读入字符的顺序的基于内存的流。

template<
   typename _CharType
>
class rawptr_stream;

参数

  • _CharType
    rawptr_stream 的基本元素的数据类型。

成员

公共 Typedefs

名称

描述

buffer_type

char_type

公共方法

名称

描述

rawptr_stream::open_istream 方法

已重载。 创建 rawptr-stream,指针指向只读内存块和块的大小。

rawptr_stream::open_ostream 方法

创建 rawptr-stream,指针指向可写入内存块和块的大小。

要求

**标头:**rawptrstream.h

**命名空间:**concurrency::streams

请参见

参考

concurrency::streams 命名空间