std::experimental::ostream_joiner<DelimT,CharT,Traits>::operator++
来自 cppreference.cn
< cpp | experimental | ostream joiner
ostream_joiner& operator++() noexcept; |
(library fundamentals TS v2) | |
ostream_joiner& operator++( int ) noexcept; |
(library fundamentals TS v2) | |
不做任何事。这些运算符重载的提供是为了满足 LegacyOutputIterator 的要求。它们使得表达式 *iter++=value 和 *++iter=value 可以用于将值输出(插入)到下层流中。
[编辑] 参数
(无)
[编辑] 返回值
*this