Skip to content

Instantly share code, notes, and snippets.

@thiagomg
Created November 16, 2020 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiagomg/801467b4b9a1c76f0fc27a77d17aa42a to your computer and use it in GitHub Desktop.
Save thiagomg/801467b4b9a1c76f0fc27a77d17aa42a to your computer and use it in GitHub Desktop.
some_class *get_operation(read_only_conn &db, const std::string &operation_id) {
return new Operation(db.get_operation(operation_id));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment