Searched refs:f_func (Results 1 – 2 of 2) sorted by relevance
41 using f_func = std::function<void(const Client&)>; // Full match variable46 CommandHandler(const std::string& command, f_func handler);60 std::optional<f_func> f_command_handler;
49 CommandHandler::CommandHandler(const std::string& command, f_func handler) in CommandHandler()