single< T > Struct Template Reference
Detailed Descriptiontemplate<typename T>
|
typedef T value_type |
Definition at line 430 of file arg_stream.hpp.
Constructor & Destructor Documentation
§ single()
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
§ convert_or_throw() [1/2]
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.
§ convert_or_throw() [2/2]
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.
§ eof()
bool eof | ( | ) |
Definition at line 439 of file arg_stream.hpp.
§ get_next_arg()
R get_next_arg | ( | ) |
Definition at line 457 of file arg_stream.hpp.
Member Data Documentation
§ repeat
unsigned int repeat |
Definition at line 433 of file arg_stream.hpp.
§ value
T value |
Definition at line 432 of file arg_stream.hpp.