WPILibC++ 2025.1.1
|
#include <fmt/base.h>
Public Member Functions | |
FMT_CONSTEXPR | operator char * () const |
Public Attributes | |
char * | out |
Pointer to just after the last successful write in the array. | |
bool | truncated |
Specifies if the output was truncated. | |
|
inline |
char* format_to_result::out |
Pointer to just after the last successful write in the array.
bool format_to_result::truncated |
Specifies if the output was truncated.