chain< ArgStreamFirst, ArgStreamSecond > Struct Template Reference
Detailed Descriptiontemplate<typename ArgStreamFirst, typename ArgStreamSecond>
|
typedef ArgStreamFirst first_type |
Definition at line 347 of file arg_stream.hpp.
◆ second_type
typedef ArgStreamSecond second_type |
Definition at line 348 of file arg_stream.hpp.
Constructor & Destructor Documentation
◆ chain()
chain | ( | ArgStreamFirst & | first_stream, |
ArgStreamSecond & | second_stream | ||
) |
Definition at line 352 of file arg_stream.hpp.
Member Function Documentation
◆ eof() [1/2]
bool eof | ( | ArgStream * | as | ) |
Definition at line 342 of file arg_stream.hpp.
◆ eof() [2/2]
bool eof | ( | ) | const |
Definition at line 377 of file arg_stream.hpp.
◆ get_next_arg()
T get_next_arg | ( | ) |
Definition at line 360 of file arg_stream.hpp.
Member Data Documentation
◆ first
ArgStreamFirst* first |
Definition at line 349 of file arg_stream.hpp.
◆ second
ArgStreamSecond* second |
Definition at line 350 of file arg_stream.hpp.