#include <ValueArg.h>
Friends | |
class | ValueArg< std::string > |
This is necessary because istringstream operator>> is not able to ignore spaces... meaning -x "X Y" will only read 'X'... and thus the specialization.
Definition at line 126 of file ValueArg.h.
friend class ValueArg< std::string > [friend] |
Definition at line 131 of file ValueArg.h.