#include <format.h>
|
| template<typename T > |
| int | format_float (char *buffer, std::size_t size, const char *format, unsigned width, int precision, T value) |
| |
|
| static char | convert (char value) |
| |
| template<typename T > |
| static FMT_API int | format_float (char *buffer, std::size_t size, const char *format, unsigned width, int precision, T value) |
| |
| static char | cast (int value) |
| |
◆ 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]
The documentation for this class was generated from the following files: