Function hardware_interface::to_lower_case
Defined in File lexical_casts.hpp
Function Documentation
-
std::string hardware_interface::to_lower_case(const std::string &string)
Convert a string to lower case.
- Parameters:
string – The input string.
- Returns:
The lower case version of the input string.