Classes | |
class | VersionNumber |
Functions | |
template<typename... Str> | |
bool | extract (std::istream &is, char sep, Str &... str) |
auto | formatTimeMarker (std::chrono::milliseconds duration) -> std::string |
Formats a duration in milliseconds into a fixed-size string. More... | |
bool Vsdk::Utils::extract | ( | std::istream & | is, |
char | sep, | ||
Str &... | str | ||
) |
auto Vsdk::Utils::formatTimeMarker | ( | std::chrono::milliseconds | duration | ) | -> std::string |
Formats a duration in milliseconds into a fixed-size string.
std::string
formatted into "HH:MM:SS.zzz"