#include <format.h>
|
template<typename T > |
int | format_float (char *buffer, std::size_t size, const char *format, unsigned width, int precision, T value) |
|
Definition at line 767 of file format.h.
◆ convert() [1/2]
◆ convert() [2/2]
◆ format_float() [1/2]
template<typename T >
int fmt::internal::CharTraits< char >::format_float |
( |
char * |
buffer, |
|
|
std::size_t |
size, |
|
|
const char * |
format, |
|
|
unsigned |
width, |
|
|
int |
precision, |
|
|
T |
value |
|
) |
| |
◆ format_float() [2/2]
template<typename T >
static FMT_API int fmt::internal::CharTraits< char >::format_float |
( |
char * |
buffer, |
|
|
std::size_t |
size, |
|
|
const char * |
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