std::basic_ospanstream
来自 cppreference.com
定义在头文件 <spanstream> 中 |
||
template< class CharT, |
(自 C++23 起) | |
类模板 std::basic_ospanstream
实现基于固定缓冲区的流的输出操作。
在底层,该类实质上将 std::basic_spanbuf 的原始设备实现包装到 std::basic_ostream 的更高级别接口中。提供了对唯一 std::basic_spanbuf 成员的完整接口。
继承图
提供了用于常见字符类型的几个类型定义
定义在头文件
<spanstream> 中 | |
类型 | 定义 |
std::ospanstream
|
std::basic_ospanstream<char> |
std::wospanstream
|
std::basic_ospanstream<wchar_t> |
内容 |
[编辑] 成员类型
成员类型 | 定义 |
char_type
|
CharT |
traits_type
|
Traits ; 如果 Traits::char_type 不是 CharT ,则程序格式错误。 |
int_type
|
Traits::int_type |
pos_type
|
Traits::pos_type |
off_type
|
Traits::off_type |
[编辑] 数据成员
成员对象 | 定义 |
sb (私有) |
包装的 std::basic_spanbuf。 (仅供说明*) |
[编辑] 成员函数
(C++23) |
构造 basic_ospanstream (公共成员函数) |
(析构函数) [虚函数] (C++23) |
销毁 basic_ospanstream (虚公共成员函数) |
(C++23) |
将 basic_ospanstream 移动赋值(公共成员函数) |
(C++23) |
交换两个 basic_ospanstream 对象(公共成员函数) |
(C++23) |
获取包装的原始 span 设备对象的地址(公共成员函数) |
底层缓冲区操作 | |
(C++23) |
获取或设置包装的 span 设备对象的底层缓冲区(公共成员函数) |
[编辑] 非成员函数
专门化 std::swap 算法 (函数模板) |
从 std::basic_ostream 继承
成员函数
格式化输出 | |
插入格式化数据 ( std::basic_ostream<CharT,Traits> 的公共成员函数) | |
非格式化输出 | |
插入字符 ( std::basic_ostream<CharT,Traits> 的公共成员函数) | |
插入字符块 ( std::basic_ostream<CharT,Traits> 的公共成员函数) | |
定位 | |
返回输出位置指示器 ( std::basic_ostream<CharT,Traits> 的公共成员函数) | |
设置输出位置指示器 ( std::basic_ostream<CharT,Traits> 的公共成员函数) | |
其他 | |
与底层存储设备同步 ( std::basic_ostream<CharT,Traits> 的公共成员函数) |
成员类
实现流输出操作准备的基本逻辑 ( std::basic_ostream<CharT,Traits> 的公共成员类) |
继承自 std::basic_ios
成员类型
成员类型 | 定义 |
char_type
|
CharT
|
traits_type
|
Traits
|
int_type
|
Traits::int_type
|
pos_type
|
Traits::pos_type
|
off_type
|
Traits::off_type
|
成员函数
状态函数 | |
检查是否没有发生错误,即 I/O 操作可用 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
检查是否已到达文件末尾 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
检查是否发生错误 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
检查是否发生不可恢复的错误 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
检查是否发生错误(fail() 的同义词) ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
检查是否没有发生错误(! fail() 的同义词)( std::basic_ios<CharT,Traits> 的公共成员函数) | |
返回状态标志 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
设置状态标志 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
修改状态标志 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
格式化 | |
复制格式信息 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
管理填充字符 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
其他 | |
管理异常掩码 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
设置区域设置 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
管理关联的流缓冲区 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
管理绑定的流 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
缩小字符 ( std::basic_ios<CharT,Traits> 的公共成员函数) | |
扩展字符 ( std::basic_ios<CharT,Traits> 的公共成员函数) |
继承自 std::ios_base
成员函数
格式化 | |
管理格式标志 ( std::ios_base 的公共成员函数) | |
设置特定格式标志 ( std::ios_base 的公共成员函数) | |
清除特定格式标志 ( std::ios_base 的公共成员函数) | |
管理浮点运算的十进制精度 ( std::ios_base 的公共成员函数) | |
管理字段宽度 ( std::ios_base 的公共成员函数) | |
区域设置 | |
设置区域设置 ( std::ios_base 的公共成员函数) | |
返回当前区域设置 ( std::ios_base 的公共成员函数) | |
内部可扩展数组 | |
[静态] |
返回一个程序范围内的唯一整数,可安全用作 pword() 和 iword() 的索引 ( std::ios_base 的公共静态成员函数) |
如果需要,调整私有存储的大小,并访问给定索引处的 long 元素 ( std::ios_base 的公共成员函数) | |
如果需要,调整私有存储的大小,并访问给定索引处的 void* 元素 ( std::ios_base 的公共成员函数) | |
其他 | |
注册事件回调函数 ( std::ios_base 的公共成员函数) | |
[静态] |
设置 C++ 和 C I/O 库是否可互操作 ( std::ios_base 的公共静态成员函数) |
成员类 | |
流异常 ( std::ios_base 的公共成员类) | |
初始化标准流对象 ( std::ios_base 的公共成员类) |
成员类型和常量 | |||||||||||||||||||||||||||||||||||||||
类型 | 解释 | ||||||||||||||||||||||||||||||||||||||
流打开模式类型 还定义了以下常量
(typedef) | |||||||||||||||||||||||||||||||||||||||
格式标志类型 还定义了以下常量
(typedef) | |||||||||||||||||||||||||||||||||||||||
流类型状态 还定义了以下常量
(typedef) | |||||||||||||||||||||||||||||||||||||||
寻址方向类型 还定义了以下常量
(typedef) | |||||||||||||||||||||||||||||||||||||||
指定事件类型 (enum) | |||||||||||||||||||||||||||||||||||||||
回调函数类型 (typedef) |
[编辑] 注释
特性测试 宏 | 值 | Std | 特性 |
---|---|---|---|
__cpp_lib_spanstream |
202106L | (C++23) | std::spanbuf,std::spanstream |