chain< ArgStreamFirst, ArgStreamSecond > Struct Template Reference chain 2 arg_streams together by calling the first stream until depleted, then calling the second. More...
Detailed Descriptiontemplate<typename ArgStreamFirst, typename ArgStreamSecond>
|
typedef ArgStreamFirst first_type |
Definition at line 347 of file arg_stream.hpp.
typedef ArgStreamSecond second_type |
Definition at line 348 of file arg_stream.hpp.
Constructor & Destructor Documentation
chain | ( | ArgStreamFirst & | first_stream, |
ArgStreamSecond & | second_stream | ||
) |
Definition at line 352 of file arg_stream.hpp.
Member Function Documentation
bool eof | ( | ArgStream * | as | ) |
Definition at line 342 of file arg_stream.hpp.
bool eof | ( | ) | const |
Definition at line 377 of file arg_stream.hpp.
T get_next_arg | ( | ) |
Definition at line 360 of file arg_stream.hpp.
Member Data Documentation
ArgStreamFirst* first |
Definition at line 349 of file arg_stream.hpp.
ArgStreamSecond* second |
Definition at line 350 of file arg_stream.hpp.