cpp-project-template 0.0.1.0
C++ Project Template
Loading...
Searching...
No Matches
UserOpt.cpp File Reference

Namespaces

namespace  cpp_proj
 Namespace for this application.

Functions

void cpp_proj::printHelp ()
 Print the usage of the application.
void cpp_proj::printVersion ()
 Print the version of the application.
void cpp_proj::printHelpAndExit ()
 Calls cpp_proj::printHelp and exits with success.
void cpp_proj::printVersionAndExit ()
 Calls cpp_proj::printVersion and exits with success.
void cpp_proj::parseUserOptions (const std::span< char * > &args)
 Gets the user options from the command line.