property | value |
---|---|
IDE | Visual Studio |
Language | C++ |
Title | array variable |
Shortcut | va |
Description | array variable |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
_arrayLength | Array length | 1 | yes | ||
_collectionIdentifier | Identifier name | items | yes | ||
_type | Element type name | T | yes |
Code
T items[1];