property | value |
---|---|
IDE | Visual Studio |
Language | C++ |
Title | if constexpr |
Shortcut | ifce |
Description | if constexpr statement |
Snippet Types |
Expansion SurroundsWith |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
expression | Expression to evaluate | true | yes |
Code
if constexpr (true) {
}