Predefined Surround Templates for C++
This topic lists all predefined surround templates for C++ in ReSharper 2024.3. For more information about surround templates, refer to Surround code fragments with templates.
Template | Details |
---|---|
| Code snippet for #if...#endif preprocessor directive Scope C/C++, At line start Body #if $END$
$SELECTION$
#endif
Parameters
|
| Include guard surround template Scope C/C++ top-level declarations, At line start Body #ifndef $FILENAME$
#define $FILENAME$
$SELECTION$
#endif // $FILENAME$ Parameters
|