|
Agora
1.2.0
Agora project
|
#include <chrono>#include <type_traits>#include <iterator>#include <spdlog/fmt/fmt.h>#include <spdlog/common.h>

Go to the source code of this file.
Namespaces | |
| spdlog | |
| spdlog::details | |
| spdlog::details::fmt_helper | |
Functions | |
| spdlog::string_view_t | spdlog::details::fmt_helper::to_string_view (const memory_buf_t &buf) SPDLOG_NOEXCEPT |
| void | spdlog::details::fmt_helper::append_string_view (spdlog::string_view_t view, memory_buf_t &dest) |
| template<typename T > | |
| void | spdlog::details::fmt_helper::append_int (T n, memory_buf_t &dest) |
| template<typename T > | |
| SPDLOG_CONSTEXPR_FUNC unsigned int | spdlog::details::fmt_helper::count_digits_fallback (T n) |
| template<typename T > | |
| unsigned int | spdlog::details::fmt_helper::count_digits (T n) |
| void | spdlog::details::fmt_helper::pad2 (int n, memory_buf_t &dest) |
| template<typename T > | |
| void | spdlog::details::fmt_helper::pad_uint (T n, unsigned int width, memory_buf_t &dest) |
| template<typename T > | |
| void | spdlog::details::fmt_helper::pad3 (T n, memory_buf_t &dest) |
| template<typename T > | |
| void | spdlog::details::fmt_helper::pad6 (T n, memory_buf_t &dest) |
| template<typename T > | |
| void | spdlog::details::fmt_helper::pad9 (T n, memory_buf_t &dest) |
| template<typename ToDuration > | |
| ToDuration | spdlog::details::fmt_helper::time_fraction (log_clock::time_point tp) |