Skip to content

Instantly share code, notes, and snippets.

View sgf's full-sized avatar

Soar sgf

  • shanghai.cn
View GitHub Profile
#include <iostream>
#include <functional>
#include <string>
#include <vector>
using namespace std;
class Interceptor
{
using THandler = function<void(string, function<void(string)>)>;