Skip to content

Instantly share code, notes, and snippets.

@heneault
Last active August 29, 2015 14:20
Show Gist options
  • Save heneault/558f3f18a07e0ddf608e to your computer and use it in GitHub Desktop.
Save heneault/558f3f18a07e0ddf608e to your computer and use it in GitHub Desktop.
class start {
typedef char& refchar;
refchar fcn(){return m_char;}
char m_char;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment