SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
std::from_chars_result Struct Reference

Result type of std::from_chars. More...

Public Attributes

errc ec
 The error code.
 
const char * ptr
 A pointer to the input string.
 

Detailed Description

Result type of std::from_chars.


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