spdlog
Loading...
Searching...
No Matches
Namespaces | Functions
fmt_helper.h File Reference

Go to the source code of this file.

#include <chrono>
#include <type_traits>
#include <iterator>
#include <spdlog/fmt/fmt.h>
#include <spdlog/common.h>

Namespaces

namespace  spdlog
 
namespace  spdlog::details
 
namespace  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 >
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)