#ifndef NETWORKAUX_HPP #include #include std::expected nethost(std::string network, int prefix, uint32_t num); std::expected netprefix(const std::string network); std::expected network(const std::string network); #endif