3 #include "telnetpp/detail/router.hpp" 4 #include "telnetpp/subnegotiation.hpp" 5 #include "telnetpp/element.hpp" 8 namespace telnetpp {
namespace detail {
10 struct subnegotiation_router_key_from_message_policy
12 static telnetpp::u8 key_from_message(subnegotiation
const &sub)
18 class subnegotiation_router
22 std::vector<telnetpp::token>,
23 detail::subnegotiation_router_key_from_message_policy
Definition: byte_converter.hpp:4