3 #include "telnetpp/detail/router.hpp" 4 #include "telnetpp/command.hpp" 5 #include "telnetpp/element.hpp" 7 namespace telnetpp {
namespace detail {
9 struct command_router_key_from_message_policy
11 static command key_from_message(command
const &cmd)
22 detail::command_router_key_from_message_policy
Definition: byte_converter.hpp:4