Function btos (o2scl)

O2scl : Function List

std::string o2scl::btos(bool b)

Convert a boolean value to a string.

This returns "1" for true and "0" for false.