Provides a character stream of the underlying input.
More...
#include <InputStream.hpp>
|
using | iterator = std::istreambuf_iterator< char > |
|
Provides a character stream of the underlying input.
Definition at line 118 of file InputStream.hpp.
◆ iterator
◆ InputStream() [1/3]
tdc::io::InputStream::InputStream |
( |
InputStream && |
mem | ) |
|
|
inline |
◆ InputStream() [2/3]
tdc::io::InputStream::InputStream |
( |
const InputStream & |
other | ) |
|
|
inlinedelete |
Copy constructor (deleted).
◆ InputStream() [3/3]
tdc::io::InputStream::InputStream |
( |
| ) |
|
|
inlinedelete |
Default constructor (deleted).
◆ begin()
iterator tdc::io::InputStream::begin |
( |
| ) |
|
|
inline |
◆ end()
◆ Input
The documentation for this class was generated from the following file: