#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) |
|
Definition at line 782 of file format.h.
◆ 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:
- /home/runner/work/flow123d/flow123d/src/system/fmt/format.h
- /home/runner/work/flow123d/flow123d/src/system/fmt/format.cc