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