3 #include "telnetpp/detail/router.hpp" 4 #include "telnetpp/negotiation.hpp" 5 #include "telnetpp/element.hpp" 8 namespace telnetpp {
namespace detail {
10 struct negotiation_router_key_from_message_policy
12 static negotiation key_from_message(negotiation
const &neg)
25 class negotiation_router
29 std::vector<telnetpp::token>,
30 detail::negotiation_router_key_from_message_policy
Definition: byte_converter.hpp:4