arg
1.2
a C++ command-line parser
|
list of values seperated by comma or something More...
#include <val.hh>
Public Member Functions | |
ListValue (std::vector< T > &list, char seperator=',') | |
make a list of value from vector More... | |
void | set (std::string const &str) override |
convert the str to value and put it in storage | |
std::string | to_str () const override |
convert the value to a string | |
std::string | get_type () const override |
type name of the value | |
list of values seperated by comma or something
arg::ListValue< T >::ListValue | ( | std::vector< T > & | list, |
char | seperator = ',' |
||
) |
make a list of value from vector
list | a `vector` to stow the list values |
seperator | seperator |