folly::hex_is_digit

hex_is_digit

Synopsis

Declared in <folly/codec/hex.h>

constexpr
bool
hex_is_digit(char const h);

Return Value

True if h is a hex digit character.

Parameters

NameDescription
hThe character to decode.