args
6.2.0
A simple single-header C++11 STL-only argument parser library
|
A default Reader class for argument classes. More...
#include <args.hxx>
A default Reader class for argument classes.
If destination type is assignable to std::string it uses an assignment to std::string. Otherwise ValueReader simply uses a std::istringstream to read into the destination type, and raises a ParseError if there are any characters left.