3 #include "telnetpp/command.hpp"
4 #include "telnetpp/detail/router.hpp"
6 namespace telnetpp::detail {
8 struct command_router_key_from_message_policy
10 static command_type key_from_message(command
const &cmd)
16 class command_router :
public router<
20 detail::command_router_key_from_message_policy>