Audacity 3.2.0
Public Attributes | List of all members
ToCharsResult Struct Referencefinal

Result of the conversion, similar to std::to_chars_result. More...

#include <ToChars.h>

Public Attributes

char * ptr
 
std::errc ec
 A pointer to the last updated character, or last on failure. More...
 

Detailed Description

Result of the conversion, similar to std::to_chars_result.

Definition at line 16 of file ToChars.h.

Member Data Documentation

◆ ec

std::errc ToCharsResult::ec

A pointer to the last updated character, or last on failure.

Definition at line 19 of file ToChars.h.

◆ ptr

char* ToCharsResult::ptr

Definition at line 18 of file ToChars.h.


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