Function GridKit::Utilities::operator<<(std::ostream&, const CliArgs&)

Function Documentation

std::ostream &GridKit::Utilities::operator<<(std::ostream &os, const CliArgs &args)

Note

This is useful mainly for debugging purposes. It prints both the list of options and the option name map, so the same Option will be shown multiple times. Each Option is printed with its associated parsed argument values.