Skip to content

Instantly share code, notes, and snippets.

@thiagomg
Created September 16, 2015 01:21
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/c8ca78850db01d88e97e to your computer and use it in GitHub Desktop.
Save thiagomg/c8ca78850db01d88e97e to your computer and use it in GitHub Desktop.
Template and OO
string_builder &add(int v) { -> [T = int]
internal::add<int>(_s, v, _size);
return *this;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment