Searched refs:strstrm (Results 1 – 1 of 1) sorted by relevance
60 std::stringstream strstrm; in progress_bar() local62 strstrm.precision(1); in progress_bar()64 strstrm << std::fixed << percent << "%"; in progress_bar()66 os << strstrm.str() << "\r"; in progress_bar()