args is a class that fixes standard main() function arguments and changes them to UTF-8 under Microsoft Windows. More...
#include <boost/nowide/args.hpp>
args is a class that fixes standard main() function arguments and changes them to UTF-8 under Microsoft Windows.
The class uses GetCommandLineW(), CommandLineToArgvW() and GetEnvironmentStringsW() in order to obtain the information. It does not relates to actual values of argc,argv and env under Windows.
It restores the original values in its destructor
Fix command line agruments
Fix command line agruments and environment
Restore original argc,argv,env values, if changed