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

Function KwWithSpaceBefore

InsightsStaticStrings.h:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78inline constexpr std::string_view KW_OPERATOR_ALL{BUILD_KW(KW_OPERATOR)};
79
80consteval std::string_view KwWithSpaceBefore(std::string_view kw)
81{
82 kw.remove_suffix(1);
83
84 return kw;
85}
86
87consteval std::string_view KwWithSpaceAfter(std::string_view kw)
88{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected