Skip to content

Instantly share code, notes, and snippets.

@smrfeld
Created June 24, 2020 22:10
Show Gist options
  • Save smrfeld/3880b275ec56bebb4b43c26288d9f487 to your computer and use it in GitHub Desktop.
Save smrfeld/3880b275ec56bebb4b43c26288d9f487 to your computer and use it in GitHub Desktop.
Header
#include <iostream>
#include <string>
class Foo {
void say_hello(std::string message) const;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment