std::experimental::ostream_joiner<DelimT,CharT,Traits>:: operator*
From cppreference.net
<
cpp
|
experimental
|
ostream joiner
C++
Experimental
| Technical Specification | ||||
| Filesystem library (filesystem TS) | ||||
| Library fundamentals (library fundamentals TS) | ||||
| Library fundamentals 2 (library fundamentals TS v2) | ||||
| Library fundamentals 3 (library fundamentals TS v3) | ||||
| Extensions for parallelism (parallelism TS) | ||||
| Extensions for parallelism 2 (parallelism TS v2) | ||||
| Extensions for concurrency (concurrency TS) | ||||
| Extensions for concurrency 2 (concurrency TS v2) | ||||
| Concepts (concepts TS) | ||||
| Ranges (ranges TS) | ||||
| Reflection (reflection TS) | ||||
| Mathematical special functions (special functions TR) | ||||
| Experimental Non-TS | ||||
| Pattern Matching | ||||
| Linear Algebra | ||||
| std::execution | ||||
| Contracts | ||||
| 2D Graphics |
std::experimental::ostream_joiner
| Member functions | ||||
|
ostream_joiner::operator*
|
||||
| Non-member functions | ||||
|
ostream_joiner
&
operator
*
(
)
noexcept
;
|
(라이브러리 펀더멘털 TS v2) | |
아무 작업도 수행하지 않으며, 이 멤버 함수는 LegacyOutputIterator 요구 사항을 충족하기 위해 제공됩니다.
이터레이터 자체를 반환하며, 이를 통해 * iter = value 와 같은 코드를 사용하여 값을 기본 스트림에 출력(삽입)할 수 있습니다.
매개변수
(없음)
반환값
* this