spdlog
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
fmt.cpp File Reference

Go to the source code of this file.

#include <spdlog/fmt/bundled/format-inl.h>

Namespaces

namespace  detail
 

Functions

template<typename T >
int detail::format_float (char *buf, std::size_t size, const char *format, int precision, T value)
 
template FMT_API std::locale detail::locale_ref::get< std::locale > () const
 

Variables

int(* instantiate_format_float )(double, int, detail::float_specs, detail::buffer< char > &) = detail::format_float
 

Function Documentation

◆ detail::locale_ref::get< std::locale >()

template FMT_API std::locale detail::locale_ref::get< std::locale > ( ) const

Variable Documentation

◆ instantiate_format_float

int(* instantiate_format_float) (double, int, detail::float_specs, detail::buffer< char > &) ( double  ,
int  ,
detail::float_specs  ,
detail::buffer< char > &   
) = detail::format_float

Definition at line 32 of file fmt.cpp.