folly::hex_is_digit_table

hex_is_digit_table

Synopsis

Declared in <folly/codec/hex.h>

constexpr
bool
hex_is_digit_table(char const h);

Return Value

True if h is a hex digit character.

Parameters

NameDescription
hThe character to decode.