|
VIPA 0.1.0
Header-only C++23 SIMD-assisted IPv4/IPv6 text parser.
|
#include <optional>#include <string_view>#include "address.hxx"#include "ipv4.hxx"#include "ipv6.hxx"Go to the source code of this file.
Namespaces | |
| namespace | llmx |
| namespace | llmx::vipa |
Functions | |
| auto | llmx::vipa::parse_address (std::string_view text) noexcept -> std::optional< ParseResult > |
| Parse an IPv4 or IPv6 text address. | |