Skip to content

Instantly share code, notes, and snippets.

@srele96
Created November 30, 2023 22:41
Show Gist options
  • Save srele96/71ab2e0f1e34cfb3f06a4f5a7261568a to your computer and use it in GitHub Desktop.
Save srele96/71ab2e0f1e34cfb3f06a4f5a7261568a to your computer and use it in GitHub Desktop.
struct foo {
std::string type;
std::string value;
void process(const std::string&, const std::string&);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment