Skip to content

Instantly share code, notes, and snippets.

@thiagomg
Created September 16, 2015 01:46
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/82c27701ac7e1861e667 to your computer and use it in GitHub Desktop.
Save thiagomg/82c27701ac7e1861e667 to your computer and use it in GitHub Desktop.
Template and OO - Custom type
class my_string_builder : public string_builder {
//...
string_builder &add(MyClass &v) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment