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

◆ stringSeqToArgs() [3/4]

void Ice::stringSeqToArgs ( const StringSeq & seq,
int & argc,
const wchar_t * argv[] )

Updates argv to match the contents of seq.

This function assumes that seq contains only elements of argv. The function shifts the argument vector elements so that the vector matches the contents of the sequence.

Parameters
seqThe string sequence returned from a call to argsToStringSeq.
[in,out]argcThe number of arguments, updated to reflect the size of the sequence.
argvThe arguments, shifted to match seq.
Remarks
Windows only.