#include <MultiArg.h>
Friends | |
class | MultiArg< 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 129 of file MultiArg.h.
friend class MultiArg< std::string > [friend] |
Definition at line 131 of file MultiArg.h.