WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
format_to_result Struct Reference

#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.
 

Member Function Documentation

◆ operator char *()

FMT_CONSTEXPR format_to_result::operator char * ( ) const
inline

Member Data Documentation

◆ out

char* format_to_result::out

Pointer to just after the last successful write in the array.

◆ truncated

bool format_to_result::truncated

Specifies if the output was truncated.


The documentation for this struct was generated from the following file: