3 #include "telnetpp/detail/router.hpp"
4 #include "telnetpp/element.hpp"
5 #include "telnetpp/negotiation.hpp"
7 namespace telnetpp::detail {
9 struct negotiation_router_key_from_message_policy
11 static negotiation key_from_message(negotiation
const &neg)
24 class negotiation_router
28 void(telnetpp::negotiation),
29 detail::negotiation_router_key_from_message_policy>