|
VIPA 0.1.0
Header-only C++23 SIMD-assisted IPv4/IPv6 text parser.
|
Character-position masks collected while scanning IPv6 text. More...
#include <ipv6.hxx>
Public Attributes | |
| uint64_t | colon_mask {} |
| uint64_t | dot_mask {} |
Character-position masks collected while scanning IPv6 text.
| uint64_t llmx::vipa::detail::IPv6Scan::colon_mask {} |
Bit set for each colon position in the input.
| uint64_t llmx::vipa::detail::IPv6Scan::dot_mask {} |
Bit set for each dot position in the input.