MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / CppInsightsCommentStmt

Method CppInsightsCommentStmt

CodeGenerator.h:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34public:
35 CppInsightsCommentStmt(std::string_view comment)
36 : Stmt{NoStmtClass}
37 , mComment{comment}
38 {
39 }
40
41 std::string_view Comment() const { return mComment; }
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected