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