C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::detail::file_reader< T > Class Template Reference

A generator that emits characters or bytes from a file. More...

#include <file.hpp>

Public Types

using output_type = T
 

Public Member Functions

 file_reader (std::string path)
 
 file_reader (file_reader &&other) noexcept
 
file_readeroperator= (file_reader &&other) noexcept
 
 file_reader (const file_reader &other)
 
file_readeroperator= (const file_reader &other)
 
template<class Step , class... Steps>
void pull (size_t n, Step &step, Steps &... steps)
 
void swap (file_reader &other) noexcept
 

Detailed Description

template<class T>
class caf::detail::file_reader< T >

A generator that emits characters or bytes from a file.


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