Flow123d
JS_before_hm-919-g5f1bbbf
|
#include <format.h>
Public Member Functions | |
template<typename T > | |
int | format_float (wchar_t *buffer, std::size_t size, const wchar_t *format, unsigned width, int precision, T value) |
Static Public Member Functions | |
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 Public Member Functions inherited from fmt::internal::BasicCharTraits< wchar_t > | |
static wchar_t | cast (int value) |
Additional Inherited Members | |
Public Types inherited from fmt::internal::BasicCharTraits< wchar_t > | |
typedef wchar_t * | CharPtr |
|
inlinestatic |
|
inlinestatic |
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 |