12 #ifndef MLPACK_CORE_UTIL_LOWER_STRING_HPP
13 #define MLPACK_CORE_UTIL_LOWER_STRING_HPP
26 std::transform(input.begin(), input.end(), output.begin(),
27 [](
unsigned char c){
return std::tolower(c); });
void ToLower(const std::string &input, std::string &output)
* Convert a string to lowercase letters.
src mlpack core util version hpp VERSION_HPP_CONTENTS string(REGEX REPLACE".*#define MLPACK_VERSION_MAJOR ([0-9]+).*""\\1"MLPACK_VERSION_MAJOR"${VERSION_HPP_CONTENTS}") string(REGEX REPLACE".* MLPACK_VERSION_MINOR "$