Photon 1.0.0
Loading...
Searching...
No Matches
fmt_helper.h File Reference
#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

namespace  spdlog
 
namespace  spdlog::details
 
namespace  spdlog::details::fmt_helper
 

Functions

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)