Kanzi  3.9.6
Kanzi Engine API
kanzi::from_chars_result Struct Reference

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

Detailed Description

Holds the status result of a call to from_chars.

Member Data Documentation

◆ ptr

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.

◆ ec

errc kanzi::from_chars_result::ec

Result code of the conversion.


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