kanzi::from_chars_result Struct Reference

#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...
 

Member Data Documentation

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.


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