hex_decoded_digit_is_valid
Synopsis
Declared in <folly/codec/hex.h>
constexpr
bool
hex_decoded_digit_is_valid(uint8_t const v);
Return Value
True if the decoded digit is valid.
Parameters
Name |
Description |
v |
The decoded digit value to validate. |
Created with MrDocs