51 Cmdline (
int argc,
const char** argv);
52 explicit Cmdline (
const string cmdline);
54 operator string ()
const;
Abstraction of the usual int argc, int** argv-Commandline, to be able to treat it as a vector of stri...
VectS & operator=(const VectS &source)
Cmdline(In first, In last)
Implementation namespace for support and library code.
basic_ostream< char, char_traits< char > > ostream