#include <format.h>
|
| template<typename T > |
| int | format_float (wchar_t *buffer, std::size_t size, const wchar_t *format, unsigned width, int precision, T value) |
| |
|
| static wchar_t | convert (char value) |
| |
| static wchar_t | convert (wchar_t value) |
| |
| template<typename T > |
| static FMT_API int | format_float (wchar_t *buffer, std::size_t size, const wchar_t *format, unsigned width, int precision, T value) |
| |
| static wchar_t | cast (int value) |
| |
◆ convert() [1/2]
◆ convert() [2/2]
◆ format_float() [1/2]
template<typename T >
| int fmt::internal::CharTraits< wchar_t >::format_float |
( |
wchar_t * |
buffer, |
|
|
std::size_t |
size, |
|
|
const wchar_t * |
format, |
|
|
unsigned |
width, |
|
|
int |
precision, |
|
|
T |
value |
|
) |
| |
◆ format_float() [2/2]
template<typename T >
| static FMT_API int fmt::internal::CharTraits< wchar_t >::format_float |
( |
wchar_t * |
buffer, |
|
|
std::size_t |
size, |
|
|
const wchar_t * |
format, |
|
|
unsigned |
width, |
|
|
int |
precision, |
|
|
T |
value |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: