property | value |
---|---|
IDE | Visual Studio |
Language | C++ |
Title | static inline const variable (with initialization) |
Shortcut | silcvx |
Description | static inline const variable (with initialization) |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
_identifier | Identifier name | x | yes | ||
_value | 0 | yes | |||
type | Variable type name | auto | yes |
Code
static inline const auto x = 0;