Struct BuildInformation#

Struct Documentation#

struct BuildInformation#

This structure contains information about the compiler settings and the version of the source which was used to create the library.

Public Members

std::string compilerIdentification#

The compiler identification. This is a free-form string.

std::string repositoryUrl#

The URL of the repository - if available.

std::string repositoryBranch#

The branch - if available.

std::string repositoryTag#

The tag or hash of the repository - if available.