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