dictionary_arg_stream< Dictionary, InputRange, NoThrow > Struct Template Reference dictionary_arg_stream implements the arg_stream interface More...
Detailed Descriptiontemplate<typename Dictionary, typename InputRange, typename NoThrow = void>
|
typedef dictionary_arg_stream_base<Dictionary, InputRange> _inherited |
Definition at line 119 of file dictionary_arg_stream.hpp.
typedef Dictionary dictionary_type |
Definition at line 69 of file dictionary_arg_stream.hpp.
typedef InputRange range_type |
Definition at line 70 of file dictionary_arg_stream.hpp.
Constructor & Destructor Documentation
dictionary_arg_stream | ( | Dictionary & | d, |
InputRange const & | key_range | ||
) |
d - dictionary from with to retrieve arguments key_range define a range of keys each key (in order) is used to retrieve an argument of the arg_stream
Definition at line 131 of file dictionary_arg_stream.hpp.
Member Function Documentation
R get_next_arg | ( | ) |
Definition at line 137 of file dictionary_arg_stream.hpp.