C++ Actor Framework 1.0.0
|
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_reader & | operator= (file_reader &&other) noexcept |
file_reader (const file_reader &other) | |
file_reader & | operator= (const file_reader &other) |
template<class Step , class... Steps> | |
void | pull (size_t n, Step &step, Steps &... steps) |
void | swap (file_reader &other) noexcept |
A generator that emits characters or bytes from a file.