property | value |
---|---|
IDE | Visual Studio |
Language | C++ |
Title | inline function definition |
Shortcut | ilfx |
Description | inline 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 void FunctionName(T parameter) {
}