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

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

#include <FromChars.h>

Public Attributes

const char * ptr
 
std::errc ec
 A pointer to the first character not matching the pattern. More...
 

Detailed Description

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

Definition at line 16 of file FromChars.h.

Member Data Documentation

◆ ec

std::errc FromCharsResult::ec

A pointer to the first character not matching the pattern.

std::errc::invalid_argument, if there is no pattern match, std::errc::result_out_of_range if the value parsed is too large, std::errc() on success

Definition at line 23 of file FromChars.h.

Referenced by ProjectFileIO::GetValue().

◆ ptr

const char* FromCharsResult::ptr

Definition at line 18 of file FromChars.h.


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