Skip to content

Instantly share code, notes, and snippets.

@ongamex
Created September 7, 2020 22:34
Show Gist options
  • Save ongamex/afcefa4fa303b81b63dafe2dfa480e58 to your computer and use it in GitHub Desktop.
Save ongamex/afcefa4fa303b81b63dafe2dfa480e58 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>constref</Title>
<Shortcut>constref</Shortcut>
</Header>
<Snippet>
<Code Language="CPP">
<![CDATA[const $selected$&]]>
</Code>
</Snippet>
</CodeSnippet>
</CodeSnippets>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment