Detailed Description
Used as a return type from the conversion routines to carry information about the operation results to the caller, allows the caller to f.e.
judge about the buffer utilization, and whether the buffer was of sufficient size
Data Fields
| size_t | written
number of characters written or that would have been written to the buffer, reflects required buffer size
|
| bool | bufferTooSmall
the caller should check this flag and reallocate the buffer to be of at least written size if this flag is set
|
The documentation for this struct was generated from the following file:
- /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/wkbtot.h
