|
BashSpark
|
A null input stream that provides no input. More...
#include <nullstream.h>


Public Member Functions | |
| basic_iinullstream () | |
| Default constructor. | |
A null input stream that provides no input.
This class implements std::basic_istream and always returns an end-of-file state.
| char_t | The character type. |
| traits_t | The traits type for the character type. |
|
inline |
Default constructor.
Initializes the null input stream with a null buffer.