single< T > Struct Template Referenceholds a single value, and returns it as an arg n (default 1) times More...
Detailed Descriptiontemplate<typename T>
|
typedef T value_type |
Definition at line 430 of file arg_stream.hpp.
Constructor & Destructor Documentation
single | ( | typename boost::add_reference< T const >::type | t, |
unsigned int | count = 1 |
||
) |
Definition at line 435 of file arg_stream.hpp.
Member Function Documentation
R convert_or_throw | ( | value_type & | value, |
typename boost::enable_if< boost::is_convertible< value_type, R > >::type * | dummy = 0 |
||
) |
Definition at line 445 of file arg_stream.hpp.
R convert_or_throw | ( | value_type & | value, |
typename boost::disable_if< boost::is_convertible< value_type, R > >::type * | dummy = 0 |
||
) |
Definition at line 450 of file arg_stream.hpp.
bool eof | ( | ) |
Definition at line 439 of file arg_stream.hpp.
R get_next_arg | ( | ) |
Definition at line 457 of file arg_stream.hpp.
Member Data Documentation
unsigned int repeat |
Definition at line 433 of file arg_stream.hpp.
T value |
Definition at line 432 of file arg_stream.hpp.