#include "formula/string_utils.hpp"#include "serialization/chrono.hpp"#include <array>#include <chrono>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| utils | |
Functions | |
| template<typename Rep , typename Period > | |
| static std::string | utils::format_timespan (const std::chrono::duration< Rep, Period > &span, bool detailed=false) |
| Formats a timespan into human-readable text for player authentication functions. More... | |