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

Name

Description

h

The character to decode.

Created with MrDocs