VIPA 0.1.0
Header-only C++23 SIMD-assisted IPv4/IPv6 text parser.
Loading...
Searching...
No Matches
llmx::vipa::detail::IPv6Scan Struct Reference

Character-position masks collected while scanning IPv6 text. More...

#include <ipv6.hxx>

Public Attributes

uint64_t colon_mask {}
uint64_t dot_mask {}

Detailed Description

Character-position masks collected while scanning IPv6 text.

Member Data Documentation

◆ colon_mask

uint64_t llmx::vipa::detail::IPv6Scan::colon_mask {}

Bit set for each colon position in the input.

◆ dot_mask

uint64_t llmx::vipa::detail::IPv6Scan::dot_mask {}

Bit set for each dot position in the input.


The documentation for this struct was generated from the following file: