libstdc++
std::from_chars_result Struct Reference

Public Attributes

errc ec
 
const char * ptr
 

Detailed Description

Result type of std::from_chars.

Definition at line 67 of file charconv.

Member Data Documentation

◆ ec

errc std::from_chars_result::ec

Definition at line 70 of file charconv.

◆ ptr

const char* std::from_chars_result::ptr

Definition at line 69 of file charconv.


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