50 static const std::string& get();
67 static const std::string& get();
84 static const std::string& get();
85 static const std::string& getValue();
97 PLATFORM_TYPE_START = -1,
113 static platformType get();
114 static const std::string& getName();
115 static const std::string& getVersion();
117 static constexpr ncnt getArchBits() {
return sizeof(
void*) * 8; }
121 BUILD_TYPE_START = -1,
135 static buildType get();
149 static const std::string& getName();
Provides build-time information and feature detection.
Definition buildFeature.hpp:38
Build configuration information.
Definition buildFeature.hpp:131
static constexpr nbool isDbg()
Checks if this is a debug build.
Definition buildFeature.hpp:141
Build date information.
Definition buildFeature.hpp:46
Build time information.
Definition buildFeature.hpp:63
Version information.
Definition buildFeature.hpp:80
Rich logging support with polymorphic type conversion.
Definition richLog.hpp:34