.TH "std::experimental::ostream_joiner< _DelimT, _CharT, _Traits >" 3cxx "Sun Jan 8 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::experimental::ostream_joiner< _DelimT, _CharT, _Traits > \- Output iterator that inserts a delimiter between elements\&. .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "typedef _CharT \fBchar_type\fP" .br .ti -1c .RI "typedef void \fBdifference_type\fP" .br .ti -1c .RI "typedef \fBoutput_iterator_tag\fP \fBiterator_category\fP" .br .ti -1c .RI "typedef \fBbasic_ostream\fP< _CharT, _Traits > \fBostream_type\fP" .br .ti -1c .RI "typedef void \fBpointer\fP" .br .ti -1c .RI "typedef void \fBreference\fP" .br .ti -1c .RI "typedef _Traits \fBtraits_type\fP" .br .ti -1c .RI "typedef void \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBostream_joiner\fP (\fBostream_type\fP &__os, _DelimT &&__delimiter) noexcept(is_nothrow_move_constructible_v< _DelimT >)" .br .ti -1c .RI "\fBostream_joiner\fP (\fBostream_type\fP &__os, const _DelimT &__delimiter) noexcept(is_nothrow_copy_constructible_v< _DelimT >)" .br .ti -1c .RI "\fBostream_joiner\fP & \fBoperator*\fP () noexcept" .br .ti -1c .RI "\fBostream_joiner\fP & \fBoperator++\fP () noexcept" .br .ti -1c .RI "\fBostream_joiner\fP & \fBoperator++\fP (int) noexcept" .br .ti -1c .RI "template \fBostream_joiner\fP & \fBoperator=\fP (const _Tp &__value)" .br .in -1c .SH "Detailed Description" .PP .SS "template> .br class std::experimental::ostream_joiner< _DelimT, _CharT, _Traits >"Output iterator that inserts a delimiter between elements\&. .PP Definition at line \fB58\fP of file \fBexperimental/iterator\fP\&. .SH "Member Typedef Documentation" .PP .SS "template> typedef _CharT \fBstd::experimental::ostream_joiner\fP< _DelimT, _CharT, _Traits >::char_type" .PP Definition at line \fB61\fP of file \fBexperimental/iterator\fP\&. .SS "template> typedef void \fBstd::experimental::ostream_joiner\fP< _DelimT, _CharT, _Traits >::difference_type" .PP Definition at line \fB66\fP of file \fBexperimental/iterator\fP\&. .SS "template> typedef \fBoutput_iterator_tag\fP \fBstd::experimental::ostream_joiner\fP< _DelimT, _CharT, _Traits >::iterator_category" .PP Definition at line \fB64\fP of file \fBexperimental/iterator\fP\&. .SS "template> typedef \fBbasic_ostream\fP<_CharT, _Traits> \fBstd::experimental::ostream_joiner\fP< _DelimT, _CharT, _Traits >::ostream_type" .PP Definition at line \fB63\fP of file \fBexperimental/iterator\fP\&. .SS "template> typedef void \fBstd::experimental::ostream_joiner\fP< _DelimT, _CharT, _Traits >::pointer" .PP Definition at line \fB67\fP of file \fBexperimental/iterator\fP\&. .SS "template> typedef void \fBstd::experimental::ostream_joiner\fP< _DelimT, _CharT, _Traits >::reference" .PP Definition at line \fB68\fP of file \fBexperimental/iterator\fP\&. .SS "template> typedef _Traits \fBstd::experimental::ostream_joiner\fP< _DelimT, _CharT, _Traits >::traits_type" .PP Definition at line \fB62\fP of file \fBexperimental/iterator\fP\&. .SS "template> typedef void \fBstd::experimental::ostream_joiner\fP< _DelimT, _CharT, _Traits >::value_type" .PP Definition at line \fB65\fP of file \fBexperimental/iterator\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template> \fBstd::experimental::ostream_joiner\fP< _DelimT, _CharT, _Traits >::ostream_joiner (\fBostream_type\fP & __os, const _DelimT & __delimiter)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB70\fP of file \fBexperimental/iterator\fP\&. .SS "template> \fBstd::experimental::ostream_joiner\fP< _DelimT, _CharT, _Traits >::ostream_joiner (\fBostream_type\fP & __os, _DelimT && __delimiter)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB75\fP of file \fBexperimental/iterator\fP\&. .SH "Member Function Documentation" .PP .SS "template> \fBostream_joiner\fP & \fBstd::experimental::ostream_joiner\fP< _DelimT, _CharT, _Traits >::operator* ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB91\fP of file \fBexperimental/iterator\fP\&. .SS "template> \fBostream_joiner\fP & \fBstd::experimental::ostream_joiner\fP< _DelimT, _CharT, _Traits >::operator++ ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB92\fP of file \fBexperimental/iterator\fP\&. .SS "template> \fBostream_joiner\fP & \fBstd::experimental::ostream_joiner\fP< _DelimT, _CharT, _Traits >::operator++ (int)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB93\fP of file \fBexperimental/iterator\fP\&. .SS "template> template \fBostream_joiner\fP & \fBstd::experimental::ostream_joiner\fP< _DelimT, _CharT, _Traits >::operator= (const _Tp & __value)\fC [inline]\fP" .PP Definition at line \fB82\fP of file \fBexperimental/iterator\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.