#include <format.h>
Public Member Functions | |
template<typename T > | |
int | format_float (char *buf, std::size_t size, const char *format, int precision, T value) |
Static Public Member Functions | |
template<typename T > | |
static FMT_API int | format_float (char *buffer, std::size_t size, const char *format, int precision, T value) |
int internal::char_traits< char >::format_float | ( | char * | buf, |
std::size_t | size, | ||
const char * | format, | ||
int | precision, | ||
T | value | ||
) |
Definition at line 245 of file format-inl.h.
|
static |