property | value |
---|---|
IDE | Visual Studio |
Language | C++ |
Title | inline const function definition |
Shortcut | ilcfx |
Description | inline const function definition |
Snippet Types |
Expansion SurroundsWith |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
_parameters | List of parameters | T parameter | yes | ||
name | Function name | FunctionName | yes | ||
type | Return type | void | yes |
Code
inline const void FunctionName(T parameter) {
}