Skip to content

Instantly share code, notes, and snippets.

@caseybrichardson
Created October 14, 2013 02:12
Show Gist options
  • Save caseybrichardson/6969682 to your computer and use it in GitHub Desktop.
Save caseybrichardson/6969682 to your computer and use it in GitHub Desktop.
Small template example.
template <class T>
class someClass{
private:
T data;
public:
T getData() {return data;}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment