Result code returned by UUID parsing functions.
Synopsis
Declared in <folly/codec/Uuid.h>
enum class [[nodiscard]] UuidParseCode : unsigned char;
Members
Name |
Description |
|
Parsing succeeded. |
|
Input did not have the expected length. |
|
Input contained an invalid character. |
Non-Member Functions
Name |
Description |
Checks that s is 36 bytes long and overwrites out with 16 bytes. |
|
Reads 36 bytes from s and writes 16 bytes to out. |
|
Parses a 36‐byte UUID string into a 16‐byte buffer. |
Return Value
|
Note
|
The return value should not be discarded. |
Created with MrDocs