Write the value of this object to the specified output buffer.
Synopsis
Declared in <bdlb_guid.h>
void
format(bsl::span<char, k_GUID_NUM_CHARS> buffer) const;
Description
Write the value of this object to the specified output buffer in a human‐readable format. Note that this human‐readable format is not fully specified, and can change without notice (as can k_GUID_NUM_CHARS). No trailing null terminator is written.
Parameters
Name |
Description |
buffer |
destination buffer for the formatted GUID |
Created with MrDocs