Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created March 2, 2018 14:16
Show Gist options
  • Save deque-blog/0d95efdc4ea7a0775df5b650377a3999 to your computer and use it in GitHub Desktop.
Save deque-blog/0d95efdc4ea7a0775df5b650377a3999 to your computer and use it in GitHub Desktop.
class Context {
public:
void put(key const&, json const&);
void remove(key const&);
std::map<key, json> getContext();
//...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment