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