Skip to content

Instantly share code, notes, and snippets.

@thiagomg
Created November 16, 2020 00:02
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/a2bcc6ce4f9550027bb2c9f5145bda05 to your computer and use it in GitHub Desktop.
Save thiagomg/a2bcc6ce4f9550027bb2c9f5145bda05 to your computer and use it in GitHub Desktop.
some_class get_operation(read_only_conn &db, const std::string &operation_id) {
return std::move(db.get_operation(operation_id));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment