hex_decode_digit_raw_flavor_aarch64

Synopsis

Declared in <folly/codec/hex.h>

constexpr
uint8_t
hex_decode_digit_raw_flavor_aarch64(char const h);

Return Value

The decoded value of h.

Parameters

Name

Description

h

The character to decode.

Created with MrDocs