boost::urls::grammar::hexdig_value
Return the decimal value of a hex character
Synopsis
Declared in <boost/url/grammar/hexdig_chars.hpp>
signed char
hexdig_value(char ch) noexcept;
cpp
Description
This function returns the decimal value of a hexadecimal character, or ‐1 if the argument is not a valid hexadecimal digit.
Parameters
Name |
Description |
ch |
The character to check |
Created with MrDocs