23#include <lyra/lyra.hpp>
57 void parse_cli(
int argc,
const char** argv);
67 [[nodiscard]]
auto cli() -> lyra::cli& {
return cli_; }
CommandLineParser()
Constructor.
auto config() -> const Config &
Get the configuration.
auto cli() -> lyra::cli &
Access to the command line interface definition.
~CommandLineParser()
Destructor.
void parse_cli(int argc, const char **argv)
Parse command line arguments.
Definition of Runner class.
Namespace of classes to run benchmarks.
Namespace of stat_bench source codes.