Holds the status result of a call to from_chars. More...
#include <kanzi/core/cpp/charconv.hpp>
Public Attributes | |
| errc | ec |
| Result code of the conversion. | |
| const char * | ptr |
| Points at the first character in the range not matching the pattern for valid integers, or has the value equal to the last parameter if all characters matched the pattern. | |
Holds the status result of a call to from_chars.
Points at the first character in the range not matching the pattern for valid integers, or has the value equal to the last parameter if all characters matched the pattern.
| errc kanzi::from_chars_result::ec |
Result code of the conversion.