Function sick::btoa

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.