Audacity 3.2.0
|
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... | |
Result of the conversion, similar to std::from_chars_result.
Definition at line 16 of file FromChars.h.
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().
const char* FromCharsResult::ptr |
Definition at line 18 of file FromChars.h.