Function sick::btoa
Defined in File Conversions.h
Function Documentation
-
inline std::string sick::btoa(bool x)
Converts a boolean to a string containing true or false.
- Parameters:
x – boolean to convert to a string
- Returns:
A string containing true or false.