Function to print versioning information to std::cerr
.
More...
#include <sstream>
Namespaces | |
namespace | syten |
Syten namespace. | |
Functions | |
void | syten::print_version (char const *argv0) |
Print version information to std::cerr , taking argv0 as the command-line binary name. More... | |
void | syten::print_version_diff () |
Prints the difference between the git head and worktree at build time to std::cerr . More... | |
std::string | syten::version (char const *argv0) |
Returns the version information stringstream, taking argv0 as the command-line binary name. More... | |
Function to print versioning information to std::cerr
.