boost::program_options::parse_command_line
// In header: <boost/program_options/parsers.hpp> template<typename charT> basic_parsed_options< ( argc, argv, options_description &, style = , ext = );
Creates instance of 'command_line_parser', passes parameters to it, and returns the result of calling the 'run' method.