Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ InsertIfDefTemplateGuard
Method
InsertIfDefTemplateGuard
OutputFormatHelper.h:234–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
}
233
234
void InsertIfDefTemplateGuard() { AppendNewLine(
"#ifdef INSIGHTS_USE_TEMPLATE"
sv); }
235
void InsertEndIfTemplateGuard() { AppendNewLine(
"#endif"
sv); }
236
237
private:
Callers
2
InsertArg
Method · 0.80
InsertTemplateGuardBegin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected