#include <kanzi/core/cpp/utility.hpp>
Public Attributes | |
const char * | ptr |
Points at the first character not matching the pattern, or has the value equal to last if all characters matched pattern. More... | |
error_code | ec |
Result code of the conversion. More... | |
const char* kanzi::from_chars_result::ptr |
Points at the first character not matching the pattern, or has the value equal to last if all characters matched pattern.
error_code kanzi::from_chars_result::ec |
Result code of the conversion.