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. More... | |
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. More... | |
Holds the status result of a call to from_chars.
const char* kanzi::from_chars_result::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.
errc kanzi::from_chars_result::ec |
Result code of the conversion.