Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
toolbox::util::OStreamJoiner< StreamT, DelimT > Class Template Reference

#include <toolbox/util/Stream.hpp>

Public Types

using difference_type = ptrdiff_t
 

Public Member Functions

 OStreamJoiner ()=delete
 
 ~OStreamJoiner ()=default
 
 OStreamJoiner (StreamT &os) noexcept
 
 OStreamJoiner (StreamT &os, DelimT delim) noexcept(std::is_nothrow_move_constructible_v< DelimT >)
 
template<class T >
OStreamJoineroperator= (const T &value)
 
OStreamJoineroperator* () noexcept
 
OStreamJoineroperator++ () noexcept
 
OStreamJoineroperator++ (int) noexcept
 

Detailed Description

template<class StreamT, class DelimT>
requires Streamable<StreamT>
class toolbox::util::OStreamJoiner< StreamT, DelimT >

Definition at line 269 of file Stream.hpp.

Member Typedef Documentation

◆ difference_type

Definition at line 302 of file Stream.hpp.

Constructor & Destructor Documentation

◆ OStreamJoiner() [1/3]

template<class StreamT , class DelimT >
toolbox::util::OStreamJoiner< StreamT, DelimT >::OStreamJoiner ( )
delete

◆ ~OStreamJoiner()

◆ OStreamJoiner() [2/3]

template<class StreamT , class DelimT >
toolbox::util::OStreamJoiner< StreamT, DelimT >::OStreamJoiner ( StreamT os)
inlineexplicitnoexcept

Definition at line 274 of file Stream.hpp.

◆ OStreamJoiner() [3/3]

template<class StreamT , class DelimT >
toolbox::util::OStreamJoiner< StreamT, DelimT >::OStreamJoiner ( StreamT os,
DelimT  delim 
)
inlineexplicitnoexcept

Definition at line 279 of file Stream.hpp.

Member Function Documentation

◆ operator=()

template<class StreamT , class DelimT >
template<class T >
OStreamJoiner & toolbox::util::OStreamJoiner< StreamT, DelimT >::operator= ( const T &  value)
inline

Definition at line 287 of file Stream.hpp.

◆ operator*()

Definition at line 297 of file Stream.hpp.

◆ operator++() [1/2]

Definition at line 298 of file Stream.hpp.

◆ operator++() [2/2]

Definition at line 299 of file Stream.hpp.


The documentation for this class was generated from the following file: