yat  0.21pre
Public Member Functions | List of all members
theplu::yat::utility::BinaryOstreamIterator< T > Class Template Reference

#include <yat/utility/BinaryOstreamIterator.h>

Inheritance diagram for theplu::yat::utility::BinaryOstreamIterator< T >:

Public Member Functions

 BinaryOstreamIterator (std::ostream &os)
 

Detailed Description

template<typename T>
class theplu::yat::utility::BinaryOstreamIterator< T >

An iterator that can be used to write a range of data into an ostream in binary format using binary_write(std::ostream&, T). BinaryOstreamIterator models an Output Iterator.

Since
New in yat 0.18

Constructor & Destructor Documentation

◆ BinaryOstreamIterator()

template<typename T >
theplu::yat::utility::BinaryOstreamIterator< T >::BinaryOstreamIterator ( std::ostream &  os)
inlineexplicit

Create an iterator that writes to os.


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

Generated on Wed Jan 25 2023 03:34:29 for yat by  doxygen 1.8.14