VIPA 0.1.0
Header-only C++23 SIMD-assisted IPv4/IPv6 text parser.
Loading...
Searching...
No Matches
classify.hxx File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

namespace  llmx
namespace  llmx::vipa
namespace  llmx::vipa::detail

Functions

constexpr bool llmx::vipa::detail::is_hex_digit (char c) noexcept
 Return true when c is an ASCII hexadecimal digit.
constexpr auto llmx::vipa::detail::hex_value (char c) noexcept -> uint8_t
 Convert an ASCII hexadecimal digit to its numeric value.