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