#include "Percents.h" #include std::string Percents::to_string() const { return tr_strpercent(raw_value_ / 100.); }