Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ argsToStringSeq() [2/2]

StringSeq Ice::argsToStringSeq ( int argc,
const wchar_t *const argv[] )

Converts an argument vector into a string sequence.

Parameters
argcThe number of arguments in argv.
argvThe arguments.
Returns
A string sequence containing the arguments.
Remarks
Windows only.