3#include "telnetpp/detail/router.hpp"
4#include "telnetpp/element.hpp"
5#include "telnetpp/subnegotiation.hpp"
7namespace telnetpp::detail {
9struct subnegotiation_router_key_from_message_policy
11 static constexpr option_type key_from_message(subnegotiation
const &sub)
17class subnegotiation_router
21 void(telnetpp::subnegotiation),
22 detail::subnegotiation_router_key_from_message_policy>