32 inline static std::string
toLower(
const std::string& str);
35 #include "CRCUtils.inl"
static std::string resultTypeToString(CRCResultType resultType)
Convert the result type to a std::string.
Definition: CRCUtils.inl:50
CRCResultType
The result types supported by this framework.
Definition: CRCResultType.h:12
static std::string toStdString(const T &value)
Convert the given value to a std::string.
Definition: CRCUtils.inl:68
CRC utilities.
Definition: CRCUtils.h:22
static std::string toLower(const std::string &str)
Convert a std::string to lower case.
Definition: CRCUtils.inl:78
static std::string compilerInfoString()
Returns a string identifying the current compiler.
Definition: CRCUtils.inl:19