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

Function AccessToStringWithColon

CodeGenerator.cpp:80–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78};
79
80static std::string AccessToStringWithColon(const AccessSpecifier& access)
81{
82 std::string accessStr{getAccessSpelling(access)};
83 if(not accessStr.empty()) {
84 accessStr += ": "sv;
85 }
86
87 return accessStr;
88}
89//-----------------------------------------------------------------------------
90
91using namespace asthelpers;

Callers 1

InsertArgMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected